Skip to content

Commit

Permalink
Make it more obvious which Gemfile groups to use
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
composerinteralia authored Dec 22, 2018
1 parent d320202 commit f317e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f317e34

Please sign in to comment.