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 dc8b6d2 commit 38941c0Copy full SHA for 38941c0
Gemfile
@@ -33,4 +33,5 @@ end
33
34
group :test do
35
gem "generator_spec"
36
+ gem "rspec-retry" # repeating flaky tests
37
end
Gemfile.lock
@@ -190,6 +190,8 @@ GEM
190
rspec-expectations (~> 3.8.0)
191
rspec-mocks (~> 3.8.0)
192
rspec-support (~> 3.8.0)
193
+ rspec-retry (0.6.2)
194
+ rspec-core (> 3.3)
195
rspec-support (3.8.0)
196
rubyzip (2.2.0)
197
safe_yaml (1.0.5)
@@ -257,6 +259,7 @@ DEPENDENCIES
257
259
pry-byebug
258
260
puma
261
rspec-rails (~> 3.8)
262
+ rspec-retry
263
selenium-webdriver (~> 3.142, >= 3.142.7)
264
simplecov
265
sqlite3 (~> 1.3.13)
0 commit comments