class RSpec::Rails::Matchers::ActionCable::HaveStream

def does_not_match?(subscription)

Returns:
  • (Boolean) -

Other tags:
    Api: - private
def does_not_match?(subscription)
  !match(subscription)
end