Include broadcast test helpers
We were relying on these without explicitly including them, leading to flaky tests.
This commit is contained in:
committed by
Mike Dalessio
parent
96598f4cd6
commit
b4f3ee5d86
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user