Skip to content

Commit e5bfe71

Browse files
committed
Merge pull request rails#20909 from yui-knk/fix/test-commnad
[ci skip] Add `bundle exec` to test run command
2 parents 607dfb6 + 2312ea5 commit e5bfe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ will now run the four of them in turn.
334334
You can also run any single test separately:
335335

336336
```bash
337-
$ ARCONN=sqlite3 ruby -Itest test/cases/associations/has_many_associations_test.rb
337+
$ ARCONN=sqlite3 bundle exec ruby -Itest test/cases/associations/has_many_associations_test.rb
338338
```
339339

340340
To run a single test against all adapters, use:

0 commit comments

Comments
 (0)