class RSpec::Rails::Matchers::ActionCable::HaveStream
def matches?(subscription)
-
(Boolean)
-
Other tags:
- Api: - private
def matches?(subscription) raise(ArgumentError, "have_streams is used for negated expectations only") if no_expected? match(subscription) end