Remove repeated test code

This commit is contained in:
Jack Nagel 2014-06-12 21:31:51 -05:00
parent e9cf30eb2c
commit 1beefdb5d0

View File

@ -63,12 +63,6 @@ class InstallTests < Test::Unit::TestCase
end
end.new
temporary_install f do
shutup do
f.brew { f.install }
end
assert_equal 1, f.bin.children.length
end
temporary_install(f) { assert_equal 1, f.bin.children.length }
end
end