X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Ftest_unit.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Ftest_unit.yml;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=fca7e20751854f9f742fdf47227eb9517163c33c;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/test_unit.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/test_unit.yml deleted file mode 100644 index fca7e2075..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/test_unit.yml +++ /dev/null @@ -1,18 +0,0 @@ -feature: - title: Test::Unit - language: en - line: 1 - description: |- - In order to please people who like Test::Unit - As a Cucumber user - I want to be able to use assert* in my step definitions - - scenarios: - - - type: scenario - title: assert_equal - line: 6 - steps: - - { keyword_type: 'Given', type: 'Given', text: 'x = 5', line: 7 } - - { keyword_type: 'Given', type: 'And', text: 'y = 5', line: 8 } - - { keyword_type: 'Then', type: 'Then', text: 'I can assert that x == y', line: 9 }