Skip to content

Commit 5671663

Browse files
committed
Updated the description of add_development_dependency [skip ci]
1 parent 45511fa commit 5671663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ s.add_development_dependency "moo"
13931393

13941394
Both kinds of dependencies will be installed when `bundle install` is run inside
13951395
of the application. The development dependencies for the gem will only be used
1396-
when the tests for the engine are running.
1396+
when the development and tests for the engine are running.
13971397

13981398
Note that if you want to immediately require dependencies when the engine is
13991399
required, you should require them before the engine's initialization. For

0 commit comments

Comments
 (0)