Skip to content

Commit

Permalink
Merge pull request #90 from swrobel/patch-1
Browse files Browse the repository at this point in the history
Clarify that gem should only be in test group
  • Loading branch information
BrianHicks authored Apr 9, 2018
2 parents 42a8481 + 60fc050 commit e14650b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e14650b

Please sign in to comment.