features/gurke/context_in_hooks.feature in gurke-2.4.2 vs features/gurke/context_in_hooks.feature in gurke-3.0.0
- old
+ new
@@ -2,11 +2,10 @@
In order to setup specific things
As a developer
I want to access meta data of the context in hooks
Background:
- Given I am in a project using gurke
And a file "features/test.feature" with the following content exists
"""
Feature: A
@tag
Scenario: A
@@ -33,7 +32,7 @@
c.around(:each) { |s| @around_tags = s.tags; s.call }
end
"""
Scenario: Assertions should pass
- When I execute all scenarios
+ When I run the tests
Then all scenarios have passed