• E
    Remove checks for Enumerator#size method · 90f851a1
    Eugene Kenny 提交于
    The Enumerator#size method was introduced in Ruby 2.0.
    
    These tests were added when Rails 4.1 was current, and Ruby 1.9.3 was
    still supported. Since Rails 5 only Ruby >= 2.2.2 is supported, so the
    checks are no longer necessary.
    90f851a1
result_test.rb 2.6 KB