Method: Flow::CustomMatchers::HaveOnState#initialize
- Defined in:
- lib/flow/rspec/custom_matchers/have_on_state.rb
#initialize(state_expectations) ⇒ HaveOnState
Returns a new instance of HaveOnState.
41 42 43 |
# File 'lib/flow/rspec/custom_matchers/have_on_state.rb', line 41 def initialize(state_expectations) @state_expectations = state_expectations end |