diff options
| author | Jack Nagel | 2014-07-03 19:29:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-03 19:29:18 -0500 |
| commit | cc64755b05c15fc0c6b4c024d40e40199877b420 (patch) | |
| tree | 37f5694ddd9bf285eb746e7f167d611bc9e92355 /Library/Homebrew/test | |
| parent | cb5b24dff889f75aa606c4dc9bee6f8b77302b60 (diff) | |
| download | homebrew-cc64755b05c15fc0c6b4c024d40e40199877b420.tar.bz2 | |
Option does not need to be Comparable
Diffstat (limited to 'Library/Homebrew/test')
| -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 |
