From cc8f029f222a618eb30b585ccb22efcce1e5cf91 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 12 Mar 2017 19:44:01 +0000 Subject: secure urls + remove -k from in-doc curl command --- Library/Homebrew/test/cask/cli/home_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/cask/cli') 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 -- cgit v1.2.3