Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / empty_scenarios.yml
1 feature:
2   title:        Math
3   language:     en
4   line:         1
5   description:  |-
6     In order to avoid silly mistakes
7     As a math idiot
8     I want to be told the calculation of two numbers
9
10   scenarios:
11     -
12       type:  scenario
13       title: Add two numbers
14       line:  6
15       steps: []
16     -
17       type:  scenario
18       title: Div two numbers
19       line:  7
20       steps: []
21     -
22       type:  scenario
23       title: Multiply two numbers
24       line:  9
25       steps: []
26     -
27       type:  scenario
28       title: Sub two numbers
29       line:  12
30       steps: []