Skip to content

Commit

Permalink
Fix run-all watchr task
Browse files Browse the repository at this point in the history
  • Loading branch information
cheald committed Jul 3, 2013
1 parent 88f1eff commit a8073ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs.watchr
Expand Up @@ -27,7 +27,7 @@ end


Signal.trap('QUIT') do Signal.trap('QUIT') do
puts " --- Running all tests ---\n\n" puts " --- Running all tests ---\n\n"
run "rake" system "bundle exec rake"
end end


# Ctrl-C # Ctrl-C
Expand Down

0 comments on commit a8073ab

Please sign in to comment.