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