Skip to content

Commit 2312ea5

Browse files
committed
[ci skip] Add bundle exec to test run command
1 parent 094571b commit 2312ea5

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)