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 45511fa + 5671663 commit 9ba3945Copy full SHA for 9ba3945
guides/source/engines.md
@@ -1393,7 +1393,7 @@ s.add_development_dependency "moo"
1393
1394
Both kinds of dependencies will be installed when `bundle install` is run inside
1395
of the application. The development dependencies for the gem will only be used
1396
-when the tests for the engine are running.
+when the development and tests for the engine are running.
1397
1398
Note that if you want to immediately require dependencies when the engine is
1399
required, you should require them before the engine's initialization. For
0 commit comments