X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fru_consecutive_calculations.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fru_consecutive_calculations.yml;h=358d86787737d4f4670abc753da0dbec1c02efd3;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hp=0000000000000000000000000000000000000000;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68;p=yaffs-website diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ru_consecutive_calculations.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ru_consecutive_calculations.yml new file mode 100644 index 000000000..358d86787 --- /dev/null +++ b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ru_consecutive_calculations.yml @@ -0,0 +1,34 @@ +feature: + title: Последовательные вычисления + keyword: Функционал + language: ru + line: 2 + description: |- + Чтобы вычислять сложные выражения + Пользователи хотят проводить вычисления над результатом предыдущей операций + + background: + keyword: Предыстория + line: 6 + steps: + - { keyword_type: Given, type: Допустим, text: я сложил 3 и 5, line: 7 } + + scenarios: + - + type: scenario + keyword: Сценарий + title: сложение с результатом последней операций + line: 9 + steps: + - { keyword_type: Then, type: Если, text: 'я ввожу число 4', line: 10 } + - { keyword_type: Then, type: И, text: 'нажимаю "+"', line: 11 } + - { keyword_type: When, type: То, text: 'результатом должно быть число 12', line: 12 } + - + type: scenario + keyword: Сценарий + title: деление результата последней операции + line: 14 + steps: + - { keyword_type: Then, type: Если, text: 'я ввожу число 2', line: 15 } + - { keyword_type: Then, type: И, text: 'нажимаю "/"', line: 16 } + - { keyword_type: When, type: То, text: 'результатом должно быть число 4', line: 17 }