We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55962d commit 72f8756Copy full SHA for 72f8756
Guardfile
@@ -1,5 +1,5 @@
1
guard 'rspec', :version => 2, :notification => false do
2
watch(%r{^spec/.+_spec\.rb$})
3
- watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
+ watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
4
watch('spec/spec_helper.rb') { "spec" }
5
end
0 commit comments