aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli
diff options
context:
space:
mode:
authorMike McQuaid2017-03-15 15:11:35 +0000
committerGitHub2017-03-15 15:11:35 +0000
commit4d88cc4c41113be2d5bf11c11fa671c763705a64 (patch)
tree211ee881e9c83a82587da853581c91192661bcfd /Library/Homebrew/test/cask/cli
parente9e6dcf8930395e4284bbab07b500dd7cb5e5fe5 (diff)
parentcc8f029f222a618eb30b585ccb22efcce1e5cf91 (diff)
downloadbrew-4d88cc4c41113be2d5bf11c11fa671c763705a64.tar.bz2
Merge pull request #2326 from vszakats/sprot
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'Library/Homebrew/test/cask/cli')
-rw-r--r--Library/Homebrew/test/cask/cli/home_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cask/cli/home_spec.rb b/Library/Homebrew/test/cask/cli/home_spec.rb
index 5208b3390..7be26dd4c 100644
--- a/Library/Homebrew/test/cask/cli/home_spec.rb
+++ b/Library/Homebrew/test/cask/cli/home_spec.rb
@@ -40,7 +40,7 @@ describe Hbc::CLI::Home, :cask do
it "opens the project page when no Cask is specified" do
Hbc::CLI::Home.run
expect(Hbc::CLI::Home.system_commands).to eq [
- ["/usr/bin/open", "--", "http://caskroom.github.io/"],
+ ["/usr/bin/open", "--", "https://caskroom.github.io/"],
]
end
end