From 6fe2ccf85421210ae54cd9d36cf31e168374c9b0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 2 Dec 2014 11:15:20 -0500 Subject: Fix duplicated test methods --- Library/Homebrew/test/test_options.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/test/test_options.rb b/Library/Homebrew/test/test_options.rb index fcf49a8d8..e9d3d0836 100644 --- a/Library/Homebrew/test/test_options.rb +++ b/Library/Homebrew/test/test_options.rb @@ -32,17 +32,11 @@ class DeprecatedOptionTests < Homebrew::TestCase def test_old assert_equal "foo", @deprecated_option.old - end - - def test_current - assert_equal "bar", @deprecated_option.current - end - - def test_old assert_equal "--foo", @deprecated_option.old_flag end def test_current + assert_equal "bar", @deprecated_option.current assert_equal "--bar", @deprecated_option.current_flag end -- cgit v1.2.3