aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_options.rb8
1 files changed, 1 insertions, 7 deletions
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