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:
commit
e5bfe7149a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue