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

Merge pull request #20909 from yui-knk/fix/test-commnad

[ci skip] Add `bundle exec` to test run command
This commit is contained in:
Claudio B. 2015-07-17 03:08:46 -07:00
commit e5bfe7149a

View file

@ -334,7 +334,7 @@ will now run the four of them in turn.
You can also run any single test separately:
```bash
$ ARCONN=sqlite3 ruby -Itest test/cases/associations/has_many_associations_test.rb
$ ARCONN=sqlite3 bundle exec ruby -Itest test/cases/associations/has_many_associations_test.rb
```
To run a single test against all adapters, use: