diff options
| author | Viktor Szakats | 2017-09-06 11:06:46 +0000 |
|---|---|---|
| committer | Viktor Szakats | 2017-09-07 08:02:05 +0000 |
| commit | a6d1ddf32611109b3284b045fdc5123c40e23b9e (patch) | |
| tree | 3e838aa7d87eb59b5f4a6453a2e5c5110e9d7215 /Library/Homebrew/test/utils/git_spec.rb | |
| parent | 5b041528aff269a003e9be786d52466002a23b2a (diff) | |
| download | brew-a6d1ddf32611109b3284b045fdc5123c40e23b9e.tar.bz2 | |
git_spec.rb: use HTTPS for Git remote test
Diffstat (limited to 'Library/Homebrew/test/utils/git_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/utils/git_spec.rb | 2 |
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 |
