Merge pull request #3122 from vszakats/patch-1
git_spec.rb: use HTTPS for Git remote test
This commit is contained in:
commit
72251e7bc1
@ -130,7 +130,7 @@ describe Utils do
|
|||||||
context "when git is available" do
|
context "when git is available" do
|
||||||
it "returns true when git remote exists", :needs_network do
|
it "returns true when git remote exists", :needs_network do
|
||||||
git = HOMEBREW_SHIMS_PATH/"scm/git"
|
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 = HOMEBREW_CACHE/"hey"
|
||||||
repo.mkpath
|
repo.mkpath
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user