Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / start_comments.feature
1 # Users want to use cucumber, so tests are necessary to verify
2 # it is all working as expected
3 Feature: Using the Console Formatter
4   In order to verify this error
5   I want to run this feature using the progress format
6   So that it can be fixed
7   
8   Scenario: A normal feature
9     Given I have a pending step
10     When  I run this feature with the progress format
11     Then  I should get a no method error for 'backtrace_line'
12