class RSpec::Rails::Matchers::ActionCable::HaveBroadcastedTo
def message_expectation_modifier
def message_expectation_modifier case @expectation_type when :exactly then "exactly" when :at_most then "at most" when :at_least then "at least" end end
def message_expectation_modifier case @expectation_type when :exactly then "exactly" when :at_most then "at most" when :at_least then "at least" end end