Skip to content

Commit f745e23

Browse files
cbliardJonRowe
authored andcommitted
Fix minor typo (rspec#2578)
1 parent 6bc78e9 commit f745e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/example_groups/shared_context.feature

Lines changed: 1 addition & 1 deletion
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)