aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli
diff options
context:
space:
mode:
authorNumbermaniac2017-03-04 09:53:21 +1100
committerNumbermaniac2017-03-12 23:23:22 +1100
commitb704b48b2f83a63b34806aa98214b2d5fa11133f (patch)
tree22f5cfc87d2cd89eebdfca10695c38f330d2cc1c /Library/Homebrew/test/cask/cli
parentff4e0ea30589ca78ea1b786df40dc42fde2f6c73 (diff)
downloadbrew-b704b48b2f83a63b34806aa98214b2d5fa11133f.tar.bz2
Change instances of caskroom.io to caskroom.github.io
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 a5359f24f..5208b3390 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.io/"],
+ ["/usr/bin/open", "--", "http://caskroom.github.io/"],
]
end
end