Module: Flow::CustomMatchers
- Defined in:
- lib/flow/rspec/custom_matchers/have_on_state.rb
Defined Under Namespace
Classes: HaveOnState
Instance Method Summary collapse
Instance Method Details
#have_on_state(expectations) ⇒ Object
34 35 36 |
# File 'lib/flow/rspec/custom_matchers/have_on_state.rb', line 34 def have_on_state(expectations) HaveOnState.new(expectations) end |