features/gurke/step_specific_definitions.feature in gurke-2.4.2 vs features/gurke/step_specific_definitions.feature in gurke-3.0.0

- old
+ new

@@ -1,13 +1,10 @@ Feature: Step keyword specific definitions In order to allow documentary style scenarios As a user I want to define same steps with different step keywords - 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 @@ -35,7 +32,7 @@ assert name == @copy, "Expected #{name.inspect} but #{@me.inspect} given." end end Gurke.world.send :include, Steps """ - When I execute all scenarios + When I run the tests Then all scenarios have passed