mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Make it more obvious which Gemfile groups to use
Some people missing the fact that the code example has factory_bot_rails in both the test and development groups. Adding it in regular text as well makes it a bit more obvious.
This commit is contained in:
parent
d320202f56
commit
f317e34817
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Gem:
|
|||
|
||||
## Configuration
|
||||
|
||||
Add `factory_bot_rails` to your Gemfile:
|
||||
Add `factory_bot_rails` to your Gemfile in both the test and development groups:
|
||||
|
||||
```ruby
|
||||
group :development, :test do
|
||||
|
|
Loading…
Reference in a new issue