From b4f3ee5d86bc82010af3668636ef6c8e61b2c8be Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Fri, 14 Nov 2025 11:56:21 +0000 Subject: [PATCH] Include broadcast test helpers We were relying on these without explicitly including them, leading to flaky tests. --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index a06b9737f..d370c51ae 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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