Skip to content

Commit 00d0bd7

Browse files
committed
Merge pull request rspec#2143 from pedz/filtering_typo
Fixed typo in features/hooks/filtering.feature
2 parents 2f5b9e0 + 803a2fa commit 00d0bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/hooks/filtering.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Feature: filters
413413
expect(invoked_hooks).to be_empty
414414
end
415415
416-
it "does not run the hook if the coerced values match", :foo => 'bar' do
416+
it "runs the hook if the coerced values match", :foo => 'bar' do
417417
expect(invoked_hooks).to eq([:before_example_foo_bar])
418418
end
419419
end

0 commit comments

Comments
 (0)