We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6830036 commit 4204a5eCopy full SHA for 4204a5e
1 file changed
spec/lib/appsignal/hooks/action_cable_spec.rb
@@ -3,7 +3,12 @@
3
context "with ActionCable" do
4
require "action_cable/engine"
5
# Require test helper to test with ConnectionStub
6
- require "action_cable/channel/test_case" if DependencyHelper.rails6_present?
+ if DependencyHelper.rails6_present?
7
+ require "action_cable/test_helper"
8
+ require "action_cable/channel/base"
9
+ require "action_cable/channel/callbacks"
10
+ require "action_cable/channel/test_case"
11
+ end
12
13
describe ".dependencies_present?" do
14
subject { described_class.new.dependencies_present? }
0 commit comments