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

Fix minor typo #2578

Merged
merged 1 commit into from
Nov 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/example_groups/shared_context.feature
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Feature: shared context
expect(shared_method).to eq("it works")
end

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|
expect(ex.metadata).to include(:shared_context => :metadata)
end
end
Expand Down