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

Fixed typo in features/hooks/filtering.feature #2143

Merged
merged 1 commit into from
Dec 27, 2015
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/hooks/filtering.feature
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ Feature: filters
expect(invoked_hooks).to be_empty
end

it "does not run the hook if the coerced values match", :foo => 'bar' do
it "runs the hook if the coerced values match", :foo => 'bar' do
expect(invoked_hooks).to eq([:before_example_foo_bar])
end
end
Expand Down