We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce14e1e commit d442562Copy full SHA for d442562
Gemfile
@@ -2,3 +2,4 @@ source "https://rubygems.org"
2
3
gem "rspec"
4
gem "heroku_hatchet"
5
+gem 'rspec-retry'
Gemfile.lock
@@ -48,6 +48,8 @@ GEM
48
rspec-mocks (3.8.0)
49
diff-lcs (>= 1.2.0, < 2.0)
50
rspec-support (~> 3.8.0)
51
+ rspec-retry (0.6.1)
52
+ rspec-core (> 3.3)
53
rspec-support (3.8.0)
54
thor (0.20.0)
55
thread_safe (0.3.6)
@@ -61,6 +63,7 @@ PLATFORMS
61
63
DEPENDENCIES
62
64
heroku_hatchet
65
rspec
66
+ rspec-retry
67
68
BUNDLED WITH
69
1.16.2
0 commit comments