module Flow::CustomMatchers
Public Instance Methods
have_on_state(expectations)
click to toggle source
# File lib/flow/rspec/custom_matchers/have_on_state.rb, line 34 def have_on_state(expectations) HaveOnState.new(expectations) end