We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f5e9c commit 3a802bcCopy full SHA for 3a802bc
spec/ipcat_iprange_spec.rb
@@ -20,7 +20,7 @@
20
it("should match first") { (range <=> range.first).must_equal 0 }
21
it("should match last") { (range <=> range.last).must_equal 0 }
22
it("should match first-1") { (range <=> range.first - 1).must_equal 1 }
23
- it("should match last+1") { (range <=> range.last + 1).must_equal -1 }
+ it("should match last+1") { (range <=> range.last + 1).must_equal(-1) }
24
end
25
26
0 commit comments