aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/utils
diff options
context:
space:
mode:
authorMike McQuaid2017-09-08 16:28:21 +0100
committerGitHub2017-09-08 16:28:21 +0100
commit72251e7bc159dafc81cd44c0dc88e0baf2e38e30 (patch)
treea1238dc4e462cf7138639e3f1b0474dc32c57684 /Library/Homebrew/test/utils
parent2ed20c1cf36d6c7ab32d32f245b249a534b61844 (diff)
parenta6d1ddf32611109b3284b045fdc5123c40e23b9e (diff)
downloadbrew-72251e7bc159dafc81cd44c0dc88e0baf2e38e30.tar.bz2
Merge pull request #3122 from vszakats/patch-1
git_spec.rb: use HTTPS for Git remote test
Diffstat (limited to 'Library/Homebrew/test/utils')
-rw-r--r--Library/Homebrew/test/utils/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/utils/git_spec.rb b/Library/Homebrew/test/utils/git_spec.rb
index e511212f4..48fc1338e 100644
--- a/Library/Homebrew/test/utils/git_spec.rb
+++ b/Library/Homebrew/test/utils/git_spec.rb
@@ -130,7 +130,7 @@ describe Utils do
context "when git is available" do
it "returns true when git remote exists", :needs_network do
git = HOMEBREW_SHIMS_PATH/"scm/git"
- url = "http://github.com/Homebrew/homebrew.github.io"
+ url = "https://github.com/Homebrew/homebrew.github.io"
repo = HOMEBREW_CACHE/"hey"
repo.mkpath