Skip to content

Commit

Permalink
Specs are fast. Run em all the time yo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 7, 2012
1 parent 9b5aab4 commit fc68607
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Guardfile
Expand Up @@ -6,12 +6,7 @@ guard 'bundler' do
watch(/^.+\.gemspec/)
end

rspec_options = {
:all_after_pass => false,
:all_on_start => false,
}

guard 'rspec', rspec_options do
guard 'rspec' do
watch(%r{^spec/.+_spec\.rb$}) { "spec" }
watch(%r{^lib/(.+)\.rb$}) { "spec" }
watch('spec/helper.rb') { "spec" }
Expand Down

0 comments on commit fc68607

Please sign in to comment.