summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index dd24f1df..f1c7a39b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -55,7 +55,7 @@ task :test do
Dir['spec/**/*_spec.rb']
end
all_specs.shuffle! if all_specs.respond_to? :shuffle!
- system "bacon -Ispec -rubygems -q #{all_specs.join ' '}"
+ exec "bacon -Ispec -rubygems -q #{all_specs.join ' '}"
end
task :spec => :test