Skip to content

Commit 803a2fa

Browse files
committed
Fixed typo in features/hooks/filtering.feature
Old text: does not run the hook if the coerced values match New text: runs the hook if the coerced values match
1 parent 2f5b9e0 commit 803a2fa

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)