diff options
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile index 8291340..ef84f0b 100644 --- a/Rakefile +++ b/Rakefile @@ -69,7 +69,7 @@ end desc "Run all the fast tests" task :test do - sh "bin/bacon -Ilib --automatic --quiet" + ruby "bin/bacon -Ilib --automatic --quiet" end |