X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fhashes_in_quotes.feature;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fhashes_in_quotes.feature;h=0000000000000000000000000000000000000000;hp=e08fa70430e1c91dc72495d053cd85744b8aeff9;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/hashes_in_quotes.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/hashes_in_quotes.feature deleted file mode 100644 index e08fa7043..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/hashes_in_quotes.feature +++ /dev/null @@ -1,17 +0,0 @@ -# language: en -Feature: Some '#quoted' string - In order to avoid silly mistakes - As a "#math" idiot - I want to be told the sum of two numbers - - Scenario: Add two numbers - Given I have entered 11 into the calculator - And I have entered 12 into the calculator - When I press "#add" - Then the result should be 23 on the screen - - Scenario: Div "#two" numbers # as - Given I have entered 10 into the calculator - And I have entered # 2 into the calculator - When I press div - Then the result should be 5 on the screen