1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

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

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