aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_formula_install.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Homebrew/test/test_formula_install.rb b/Library/Homebrew/test/test_formula_install.rb
index cc42bff61..6e66c0284 100644
--- a/Library/Homebrew/test/test_formula_install.rb
+++ b/Library/Homebrew/test/test_formula_install.rb
@@ -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