aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/dev-cmd/pull_spec.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-02-13 10:04:24 +0000
committerGitHub2018-02-13 10:04:24 +0000
commitb609e406bcc8d0f022ce9ab2695710a023fc8377 (patch)
treead6e6c54f9a88e1f04ef4b60110a553fae163cfa /Library/Homebrew/test/dev-cmd/pull_spec.rb
parentab8ab6259d28fa2990a6bd00dc88dea3e1dcade6 (diff)
parentc57ab279ba4c723c275864e4f99c55a1cbc62a67 (diff)
downloadbrew-b609e406bcc8d0f022ce9ab2695710a023fc8377.tar.bz2
Merge pull request #3795 from MikeMcQuaid/rspec-retry
Use rspec-retry in brew tests
Diffstat (limited to 'Library/Homebrew/test/dev-cmd/pull_spec.rb')
-rw-r--r--Library/Homebrew/test/dev-cmd/pull_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/dev-cmd/pull_spec.rb b/Library/Homebrew/test/dev-cmd/pull_spec.rb
index 984ac0843..cc66df783 100644
--- a/Library/Homebrew/test/dev-cmd/pull_spec.rb
+++ b/Library/Homebrew/test/dev-cmd/pull_spec.rb
@@ -6,7 +6,7 @@ describe "brew pull", :integration_test do
.and be_a_failure
end
- it "fetches a patch from a GitHub commit or pull request and applies it", :needs_network do
+ it "fetches a patch from a GitHub commit or pull request and applies it", :needs_network, retry: 3 do
CoreTap.instance.path.cd do
system "git", "init"
system "git", "checkout", "-b", "new-branch"