Skip to content

Commit

Permalink
Temporarily coerce all SerializedAttributeTest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 9, 2023
1 parent b88b140 commit ab7e750
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cases/coerced_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2585,3 +2585,8 @@ def thread_encrypting_and_decrypting(thread_label)
end
end
end

# TODO: Remove coercing of these tests.
class SerializedAttributeTest < ActiveRecord::TestCase
coerce_all_tests!
end

0 comments on commit ab7e750

Please sign in to comment.