From f317e3481712d2d1c45c6bca2fe6439af64a0f53 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sat, 22 Dec 2018 16:27:48 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bfea4..2626322 100644 --- a/README.md +++ b/README.md @@ -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