aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_tab.rb
diff options
context:
space:
mode:
authorAlyssa Ross2016-09-05 01:11:36 +0100
committerAlyssa Ross2016-09-05 01:19:08 +0100
commit65ee5408c3d000393c1b73bfe8fb731a651ee281 (patch)
treec9c68f12bba237f4e556493eab85d9ee00899905 /Library/Homebrew/test/test_tab.rb
parentc17664b124a84c7b6f8373337b3623003ca30772 (diff)
downloadbrew-65ee5408c3d000393c1b73bfe8fb731a651ee281.tar.bz2
Replace install_name/install_ref with alias_path
Diffstat (limited to 'Library/Homebrew/test/test_tab.rb')
-rw-r--r--Library/Homebrew/test/test_tab.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb
index dd61fd57b..85fcf4d16 100644
--- a/Library/Homebrew/test/test_tab.rb
+++ b/Library/Homebrew/test/test_tab.rb
@@ -43,7 +43,7 @@ class TabTests < Homebrew::TestCase
assert_nil tab.stable_version
assert_nil tab.devel_version
assert_nil tab.head_version
- assert_nil tab.install_name
+ assert_nil tab.alias_path
assert_equal DevelopmentTools.default_compiler, tab.cxxstdlib.compiler
assert_nil tab.cxxstdlib.type
end
@@ -117,7 +117,7 @@ class TabTests < Homebrew::TestCase
assert_equal "2.14", tab.stable_version.to_s
assert_equal "2.15", tab.devel_version.to_s
assert_equal "HEAD-0000000", tab.head_version.to_s
- assert_equal "test-formula", tab.install_name
+ assert_equal "test-formula", tab.alias_path
end
def test_to_json
@@ -135,7 +135,7 @@ class TabTests < Homebrew::TestCase
assert_equal @tab.stable_version, tab.stable_version
assert_equal @tab.devel_version, tab.devel_version
assert_equal @tab.head_version, tab.head_version
- assert_equal @tab.install_name, tab.install_name
+ assert_equal @tab.alias_path, tab.alias_path
end
def test_remap_deprecated_options