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.
add_development_dependency
1 parent 45511fa commit 5671663Copy full SHA for 5671663
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