X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Ffibonacci.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Ffibonacci.yml;h=0000000000000000000000000000000000000000;hp=c450a8b10f3f73b6bd3fe61fae1218008af57a3a;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/fibonacci.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/fibonacci.yml deleted file mode 100644 index c450a8b10..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/fibonacci.yml +++ /dev/null @@ -1,27 +0,0 @@ -feature: - title: Fibonacci - language: en - line: 1 - description: |- - In order to calculate super fast fibonacci series - As a pythonista - I want to use Python for that - - scenarios: - - - type: outline - title: Series - line: 6 - steps: - - { keyword_type: 'When', type: 'When', text: 'I ask python to calculate fibonacci up to ', line: 7 } - - { keyword_type: 'Then', type: 'Then', text: 'it should give me ', line: 8 } - - examples: - 11: [ n , series ] - 12: [ 1 , '[]' ] - 13: [ 2 , '[1, 1]' ] - 14: [ 3 , '[1, 1, 2]' ] - 15: [ 4 , '[1, 1, 2, 3]' ] - 16: [ 6 , '[1, 1, 2, 3, 5]' ] - 17: [ 9 , '[1, 1, 2, 3, 5, 8]' ] - 18: [ 100 , '[1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]' ]