Skip to content

Commit 137788e

Browse files
authored
Temporarily coerce all SerializedAttributeTest tests (#1109)
1 parent d195598 commit 137788e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/cases/coerced_tests.rb

+5
Original file line numberDiff line numberDiff line change
@@ -2585,3 +2585,8 @@ def thread_encrypting_and_decrypting(thread_label)
25852585
end
25862586
end
25872587
end
2588+
2589+
# TODO: Need to uncoerce the 'SerializedAttributeTest' tests before releasing adapter for Rails 7.1
2590+
class SerializedAttributeTest < ActiveRecord::TestCase
2591+
coerce_all_tests!
2592+
end

0 commit comments

Comments
 (0)