aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_options.rb')
-rw-r--r--Library/Homebrew/test/test_options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_options.rb b/Library/Homebrew/test/test_options.rb
index 741581a01..110446ed0 100644
--- a/Library/Homebrew/test/test_options.rb
+++ b/Library/Homebrew/test/test_options.rb
@@ -21,7 +21,7 @@ class OptionTests < Test::Unit::TestCase
assert_not_equal bar, @option
assert @option.eql?(foo)
assert !@option.eql?(bar)
- assert bar < foo
+ assert_operator bar, :<, foo
end
def test_strips_leading_dashes