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:
parent
b124e599dc
commit
2bd0425a38
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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
|
||||
|
|
Loading…
Reference in a new issue