We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ea78a commit 5bb126cCopy full SHA for 5bb126c
Guardfile
@@ -6,7 +6,7 @@ guard 'bundler' do
6
watch(/^.+\.gemspec/)
7
end
8
9
-guard 'rspec', :version => 2, :cli => '-f doc' do
+guard 'rspec', :cli => '-f doc' do
10
watch(%r{^spec/.+_spec\.rb$})
11
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
12
watch('Gemfile') { "spec" }
0 commit comments