diff options
| author | Jack Nagel | 2014-07-03 19:29:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-03 19:29:18 -0500 |
| commit | aad09a5a63df7646b3362d64ee0b750d5f0c803c (patch) | |
| tree | 9f8bfa6257ffa46901efa35260e8b2da93450084 /Library/Homebrew/test/test_options.rb | |
| parent | 7d8a901f7a6fe6249db7990e59f2eacf06441cfa (diff) | |
| download | brew-aad09a5a63df7646b3362d64ee0b750d5f0c803c.tar.bz2 | |
Option does not need to be Comparable
Diffstat (limited to 'Library/Homebrew/test/test_options.rb')
| -rw-r--r-- | Library/Homebrew/test/test_options.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_options.rb b/Library/Homebrew/test/test_options.rb index a31bf91be..4b9915874 100644 --- a/Library/Homebrew/test/test_options.rb +++ b/Library/Homebrew/test/test_options.rb @@ -21,7 +21,6 @@ class OptionTests < Homebrew::TestCase refute_equal bar, @option assert_eql @option, foo refute_eql @option, bar - assert_operator bar, :<, foo end def test_strips_leading_dashes |
