Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / background.yml
1 feature:
2   title:        Feature with background
3   language:     en
4   line:         1
5   description:  ~
6
7   background:
8     line:       3
9     steps:
10       - { keyword_type: Given, type: Given, text: a passing step, line: 4 }
11
12   scenarios:
13     -
14       type:     scenario
15       title:    ~
16       line:     6
17       steps:
18         - { keyword_type: Given, type: Given, text: a failing step, line: 7 }