We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab77aa commit 614111eCopy full SHA for 614111e
Guardfile
@@ -1,7 +1,7 @@
1
# A sample Guardfile
2
# More info at https://github.com/guard/guard#readme
3
4
-guard 'rspec', :version => 1 do
+guard :rspec do
5
watch(%r{^spec/.+_spec\.rb$})
6
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
7
watch('spec/spec_helper.rb') { "spec" }
0 commit comments