1
0
Fork 0
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:
Daniel Colson 2018-12-22 16:27:48 -05:00 committed by GitHub
parent d320202f56
commit f317e34817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ Gem:
## Configuration ## Configuration
Add `factory_bot_rails` to your Gemfile: Add `factory_bot_rails` to your Gemfile in both the test and development groups:
```ruby ```ruby
group :development, :test do group :development, :test do