We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc78e9 commit f745e23Copy full SHA for f745e23
features/example_groups/shared_context.feature
@@ -133,7 +133,7 @@ Feature: shared context
133
expect(shared_method).to eq("it works")
134
end
135
136
- it "inherits metadata form the included context due to the matching metadata", :include_shared => true do |ex|
+ it "inherits metadata from the included context due to the matching metadata", :include_shared => true do |ex|
137
expect(ex.metadata).to include(:shared_context => :metadata)
138
139
0 commit comments