Possibly fix rspec error on travis build.

This commit is contained in:
Michael Bleigh 2011-04-25 20:06:01 -05:00
parent b124e599dc
commit 2bd0425a38
1 changed files with 1 additions and 1 deletions

View File

@ -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