Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Fix run_all script to use rake test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jul 9, 2014
1 parent 5e3e6a8 commit 8c11065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -67,7 +67,6 @@ You can run tests both with

* `rake test` or just `rake`
* run any test file directly, e.g. `ruby -Ilib -Itest test/api/simple_test.rb`
* run all tests with `ruby -Ilib -Itest test/all.rb`

You can run all tests against all Gemfiles with

Expand Down
2 changes: 1 addition & 1 deletion test/run_all.rb
Expand Up @@ -14,7 +14,7 @@ def execute(command)
ENV['BUNDLE_GEMFILE'] = File.expand_path("../../#{gemfile}", __FILE__)

execute 'bundle install' unless bundle_check
execute 'bundle exec ruby -w -Ilib -Itest test/all.rb'
execute 'bundle exec rake test'
end

exit results.all?

0 comments on commit 8c11065

Please sign in to comment.