aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-04-03 14:03:33 +0100
committerMike McQuaid2016-04-03 14:03:33 +0100
commit276a797d37fa057f935ba671bca04163389046f1 (patch)
tree550efc03d3737e1bbe8ff28ae3231aa11e505df6 /Library/Homebrew/test
parentd127569053d538fb17cc20313a8ae9094d53a7c9 (diff)
downloadbrew-276a797d37fa057f935ba671bca04163389046f1.tar.bz2
Update documentation after repository split.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_cmd_info.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_cmd_info.rb b/Library/Homebrew/test/test_cmd_info.rb
index c9f66c4d8..ddc06ee01 100644
--- a/Library/Homebrew/test/test_cmd_info.rb
+++ b/Library/Homebrew/test/test_cmd_info.rb
@@ -4,10 +4,10 @@ require "formula"
class InfoCommandTests < Homebrew::TestCase
def test_github_remote_path
- remote = "https://github.com/Homebrew/homebrew"
- assert_equal "https://github.com/Homebrew/homebrew/blob/master/Formula/git.rb",
+ remote = "https://github.com/Homebrew/homebrew-core"
+ assert_equal "https://github.com/Homebrew/homebrew-core/blob/master/Formula/git.rb",
Homebrew.github_remote_path(remote, "Formula/git.rb")
- assert_equal "https://github.com/Homebrew/homebrew/blob/master/Formula/git.rb",
+ assert_equal "https://github.com/Homebrew/homebrew-core/blob/master/Formula/git.rb",
Homebrew.github_remote_path("#{remote}.git", "Formula/git.rb")
assert_equal "https://github.com/user/repo/blob/master/foo.rb",