Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 4fba098

Browse files
cbliardJonRowe
authored andcommitted
Fix minor typo (#2578)
1 parent cd07682 commit 4fba098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/example_groups/shared_context.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Feature: shared context
133133
expect(shared_method).to eq("it works")
134134
end
135135
136-
it "inherits metadata form the included context due to the matching metadata", :include_shared => true do |ex|
136+
it "inherits metadata from the included context due to the matching metadata", :include_shared => true do |ex|
137137
expect(ex.metadata).to include(:shared_context => :metadata)
138138
end
139139
end

0 commit comments

Comments
 (0)