Merge pull request #3122 from vszakats/patch-1

git_spec.rb: use HTTPS for Git remote test
This commit is contained in:
Mike McQuaid 2017-09-08 16:28:21 +01:00 committed by GitHub
commit 72251e7bc1

View File

@ -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