From c04ca5bbf657c334bf600fd680f4c5bf435f3cb2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 28 Dec 2014 00:03:16 -0500 Subject: Drop pointless subclass in test --- Library/Homebrew/test/test_formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb index 6af1dbca0..1d45de375 100644 --- a/Library/Homebrew/test/test_formula.rb +++ b/Library/Homebrew/test/test_formula.rb @@ -42,7 +42,7 @@ class FormulaTests < Homebrew::TestCase end def test_installed_prefix - f = Class.new(TestBall).new + f = TestBall.new assert_equal f.prefix, f.installed_prefix end -- cgit v1.2.3