Skip to content

Commit

Permalink
silence
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Nov 11, 2012
1 parent 6d78ae3 commit 60af358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_source_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_compare
uri = URI.parse "http://gems.example/foo"
s = Gem::Source.new uri

assert_equal -1, (@sl <=> s)
assert_equal(-1, (@sl <=> s))
assert_equal 1, (s <=> @sl)
assert_equal 0, (@sl <=> @sl)
end
Expand Down

0 comments on commit 60af358

Please sign in to comment.