0
0
Fork 0

delete :version to avoid deprecation message

This commit is contained in:
Gibheer 2012-11-15 06:43:54 +01:00
parent 8f5486700b
commit 023b70f41c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ guard 'bundler' do
watch(/^.+\.gemspec/)
end
guard 'rspec', :version => 2 do
guard 'rspec' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }