Skip to content

Commit 388cdf7

Browse files
committed
Rails v5.0.2 coerce random test.
1 parent 93874c1 commit 388cdf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,3 +806,13 @@ class CollectionCacheKeyTest < ActiveRecord::TestCase
806806
coerce_tests! %r{with offset which return 0 rows}
807807
end
808808
end
809+
810+
811+
812+
813+
module ActiveRecord
814+
class StatementCacheTest < ActiveRecord::TestCase
815+
# Getting random failures.
816+
coerce_tests! :test_find_does_not_use_statement_cache_if_table_name_is_changed
817+
end
818+
end

0 commit comments

Comments
 (0)