Skip to content

Commit

Permalink
remove deprecated rspec version option from Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcisme committed Nov 21, 2012
1 parent f1d5abf commit c37ef71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
@@ -1,5 +1,5 @@
group :specs do
guard 'rspec', :version => 2 do
guard 'rspec' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
Expand Down

0 comments on commit c37ef71

Please sign in to comment.