Make tests pass with action text

This commit is contained in:
Jorge Manrubia
2025-05-29 12:37:16 +02:00
parent 515cb2afd2
commit ecf82d8703
8 changed files with 42 additions and 49 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module ActiveSupport
fixtures :all
include ActiveJob::TestHelper
include CardTestHelper, ChangeTestHelper, SessionTestHelper
include ActionTextTestHelper, CardTestHelper, ChangeTestHelper, SessionTestHelper
end
end