We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle exec
1 parent 094571b commit 2312ea5Copy full SHA for 2312ea5
guides/source/contributing_to_ruby_on_rails.md
@@ -334,7 +334,7 @@ will now run the four of them in turn.
334
You can also run any single test separately:
335
336
```bash
337
-$ 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
338
```
339
340
To run a single test against all adapters, use:
0 commit comments