aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-05-30 20:28:50 +0100
committerGitHub2017-05-30 20:28:50 +0100
commit90c971625e6560cf6a5633cd269cc7286028f021 (patch)
tree8f785980c057f42c40c76ec171a76404500f2214 /Library/Homebrew/test/dev-cmd
parent344c49229936736c902e08d965b4ed2262aa2c0c (diff)
parent9032574038fdf322df8d2c527949c02c0d997400 (diff)
downloadbrew-90c971625e6560cf6a5633cd269cc7286028f021.tar.bz2
Merge pull request #2704 from MikeMcQuaid/jenkins-brew-sh
Update jenkins.brew.sh links.
Diffstat (limited to 'Library/Homebrew/test/dev-cmd')
-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 2ebe144bb..cfd786de0 100644
--- a/Library/Homebrew/test/dev-cmd/pull_spec.rb
+++ b/Library/Homebrew/test/dev-cmd/pull_spec.rb
@@ -14,7 +14,7 @@ describe "brew pull", :integration_test do
end
end
- expect { brew "pull", "https://bot.brew.sh/job/Homebrew\%20Testing/1028/" }
+ expect { brew "pull", "https://jenkins.brew.sh/job/Homebrew\%20Testing/1028/" }
.to output(/Testing URLs require `\-\-bottle`!/).to_stderr
.and not_to_output.to_stdout
.and be_a_failure