From 60fc050f1b5a8067c9b678d46f3ae14abd5fc898 Mon Sep 17 00:00:00 2001 From: Stefan Wrobel Date: Mon, 9 Apr 2018 07:57:21 -0700 Subject: [PATCH] Clarify that gem should only be in test group --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 294a158..e994809 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ specified number of times until the example succeeds. Add this line to your application's Gemfile: - gem 'rspec-retry' +```ruby +gem 'rspec-retry', group: :test # Unlike rspec, this doesn't need to be included in development group +``` And then execute: