aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorVlad Shablinsky2015-09-01 18:14:10 +0300
committerXu Cheng2015-09-03 13:58:25 +0800
commita29832484c8ccceeb5437d4793d3a6c186cb304c (patch)
tree7ead4a19adefe5c3e3de33fec5e9357f618e01b7 /Library/Homebrew/test
parent23142bb226d944b3de5751db1ff1bf59edfb9619 (diff)
downloadbrew-a29832484c8ccceeb5437d4793d3a6c186cb304c.tar.bz2
fix style problems in migrator
Closes Homebrew/homebrew#43473. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_migrator.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/test/test_migrator.rb b/Library/Homebrew/test/test_migrator.rb
index e85483a95..f69da3f6f 100644
--- a/Library/Homebrew/test/test_migrator.rb
+++ b/Library/Homebrew/test/test_migrator.rb
@@ -117,10 +117,6 @@ class MigratorTests < Homebrew::TestCase
assert_predicate @old_keg_record/"bin", :directory?
end
- def test_oldkeg_linked
- assert_predicate @migrator, :oldkeg_linked?
- end
-
def test_repin
@new_keg_record.join("bin").mkpath
expected_relative = @new_keg_record.relative_path_from HOMEBREW_LIBRARY/"PinnedKegs"