From 2bd0425a38311a5e09a03b916d899e8d20258521 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Mon, 25 Apr 2011 20:06:01 -0500 Subject: [PATCH] Possibly fix rspec error on travis build. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9ae2185..df78ce0 100644 --- a/Rakefile +++ b/Rakefile @@ -70,7 +70,7 @@ desc "Run specs for all of the gems" task :spec do error_gems = [] each_gem('specs are running...') do |gem| - unless system('rake spec') + unless system('bundle exec rake spec') error_gems << gem end end