Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / clean_tags.feature
1 Feature: Feature N4
2
3   @normal
4   Scenario:
5     Given Some normal step N41
6     And Some fast step N42
7
8   @fast
9   Scenario:
10     Given Some slow step N43