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.
2 parents 607dfb6 + 2312ea5 commit e5bfe71Copy full SHA for e5bfe71
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