features/gurke/pending_steps.feature in gurke-2.4.2 vs features/gurke/pending_steps.feature in gurke-3.0.0
- old
+ new
@@ -1,16 +1,13 @@
Feature: Pending Steps
- Background:
- Given I am in a project using gurke
-
Scenario: Use same step definition with different keyword
Given a file "features/test.feature" with the following content exists
"""
Feature: F
Scenario: Scenario A
Given I am "John"
"""
- When I execute all scenarios
+ When I run the tests
Then the program exit code should be null
And the program output should include "1 pending"