Include broadcast test helpers

We were relying on these without explicitly including them, leading to
flaky tests.
This commit is contained in:
Kevin McConnell
2025-11-14 11:56:21 +00:00
committed by Mike Dalessio
parent 96598f4cd6
commit b4f3ee5d86
+1
View File
@@ -45,6 +45,7 @@ module ActiveSupport
include ActiveJob::TestHelper
include ActionTextTestHelper, CardTestHelper, ChangeTestHelper, SessionTestHelper
include Turbo::Broadcastable::TestHelper
setup do
# TODO:PLANB: this is hacky, we should sort through the `Current` dependencies and figure out