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

Commit c450e3d

Browse files
committed
dev: update Guardfile to run everything when matchers change
1 parent 605a520 commit c450e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ guard 'rspec', :version => 2 do
22
watch(/^spec\/(.*)_spec.rb/)
33
watch(/^lib\/(.*)\.rb/) { |m| "spec/#{m[1]}_spec.rb" }
44
watch(/^spec\/spec_helper.rb/) { "spec" }
5-
watch(/^lib\/rspec\/matchers\/built_in.rb/) { "spec" }
5+
watch(/^lib\/rspec\/matchers\/built_in/) { "spec" }
66
end

0 commit comments

Comments
 (0)