We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc1f71 commit 9914ef1Copy full SHA for 9914ef1
test/cases/coerced_tests.rb
@@ -765,3 +765,13 @@ def test_default_negative_integer_coerced
765
assert_equal -5, record.negative_integer_before_type_cast
766
end
767
768
+
769
770
771
772
+module ActiveRecord
773
+ class CollectionCacheKeyTest < ActiveRecord::TestCase
774
+ # Will trust rails has this sorted since you cant offset without a limit.
775
+ coerce_tests! %r{with offset which return 0 rows}
776
+ end
777
+end
0 commit comments