summaryrefslogtreecommitdiff
path: root/spec/ruby/core/comparable/lt_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/comparable/lt_spec.rb')
-rw-r--r--spec/ruby/core/comparable/lt_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/comparable/lt_spec.rb b/spec/ruby/core/comparable/lt_spec.rb
index 02f77dba50..4db92719e2 100644
--- a/spec/ruby/core/comparable/lt_spec.rb
+++ b/spec/ruby/core/comparable/lt_spec.rb
@@ -38,6 +38,6 @@ describe "Comparable#<" do
b = ComparableSpecs::Weird.new(20)
a.should_receive(:<=>).any_number_of_times.and_return(nil)
- lambda { (a < b) }.should raise_error(ArgumentError)
+ -> { (a < b) }.should raise_error(ArgumentError)
end
end
mp;id=a441e89c78b6f4bac2c7ca2370f885f1e8ea33cb'>test_rational.rb: invalid exponentnobu 2017-03-16test_rational.rb: duplicate assertionsnobu 2017-03-16rational.c: zero divisionnobu 2017-03-16test_rational.rb: shortennobu 2017-02-22rational.c: infinity in powernobu 2017-02-22rational.c: infinity in powernobu 2017-01-16test_rational.rb: messagesnobu 2016-12-30rational.c: memory leak in gcdnobu 2016-12-28numeric.c: reduce fdivnobu 2016-12-10internal.h: change the default rounding mode to half-upmrkn 2016-11-29get rid of ambiguous parentheses warningsnobu 2016-11-25round-downnobu 2016-11-11rational.c: check loadnobu 2016-11-05numeric.c: round to nearest evennobu 2016-10-24refine assertionsnobu 2016-07-17numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn 2016-05-21hash method valuesnobu