Skip to content

Commit

Permalink
Updated the description of add_development_dependency [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed Apr 11, 2019
1 parent 45511fa commit 5671663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/engines.md
Expand Up @@ -1393,7 +1393,7 @@ s.add_development_dependency "moo"

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

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

0 comments on commit 5671663

Please sign in to comment.