module RSpec::Rails::FeatureCheck

def has_action_cable_testing?

def has_action_cable_testing?
  defined?(::ActionCable)
end