module Wisper::RSpec::BroadcastMatcher
Public Instance Methods
broadcast(event, *args)
click to toggle source
# File lib/wisper/rspec/matchers.rb, line 104 def broadcast(event, *args) Matcher.new(event, *args) end
Also aliased as: publish