X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fstart_comments.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fstart_comments.yml;h=0000000000000000000000000000000000000000;hp=45fcd77cd646d38f487fc8bc5b5efd2d2c3a8ebf;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/start_comments.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/start_comments.yml deleted file mode 100644 index 45fcd77cd..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/start_comments.yml +++ /dev/null @@ -1,18 +0,0 @@ -feature: - title: Using the Console Formatter - language: en - line: 3 - description: |- - In order to verify this error - I want to run this feature using the progress format - So that it can be fixed - - scenarios: - - - type: scenario - title: A normal feature - line: 8 - steps: - - { keyword_type: 'Given', type: 'Given', text: 'I have a pending step', line: 9 } - - { keyword_type: 'When', type: 'When', text: 'I run this feature with the progress format', line: 10 } - - { keyword_type: 'Then', type: 'Then', text: "I should get a no method error for 'backtrace_line'", line: 11 }