aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile
diff options
context:
space:
mode:
authorMike McQuaid2018-02-13 09:34:19 +0000
committerMike McQuaid2018-02-13 09:34:25 +0000
commitc57ab279ba4c723c275864e4f99c55a1cbc62a67 (patch)
treeb2abbb6af61ec460060a77f40a571383d4565d64 /Library/Homebrew/test/Gemfile
parente904983275eb17cde115f8f586a8e6502a9126d4 (diff)
downloadbrew-c57ab279ba4c723c275864e4f99c55a1cbc62a67.tar.bz2
Use rspec-retry in flaky brew tests.
We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable.
Diffstat (limited to 'Library/Homebrew/test/Gemfile')
-rw-r--r--Library/Homebrew/test/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile
index b6d1405ff..34ba794a8 100644
--- a/Library/Homebrew/test/Gemfile
+++ b/Library/Homebrew/test/Gemfile
@@ -5,6 +5,7 @@ require_relative "../constants"
gem "parallel_tests"
gem "rspec"
gem "rspec-its", require: false
+gem "rspec-retry", require: false
gem "rspec-wait", require: false
gem "rubocop", HOMEBREW_RUBOCOP_VERSION