Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / start_comments.yml
1 feature:
2   title:        Using the Console Formatter
3   language:     en
4   line:         3
5   description:  |-
6     In order to verify this error
7     I want to run this feature using the progress format
8     So that it can be fixed
9
10   scenarios:
11     -
12       type:     scenario
13       title:    A normal feature
14       line:     8
15       steps:
16         - { keyword_type: 'Given', type: 'Given',  text: 'I have a pending step',                                line: 9 }
17         - { keyword_type: 'When',  type: 'When',   text: 'I run this feature with the progress format',          line: 10 }
18         - { keyword_type: 'Then',  type: 'Then',   text: "I should get a no method error for 'backtrace_line'",  line: 11 }