Module: Pushdown::SpecHelpers
- Defined in:
- lib/pushdown/spec_helpers.rb
Defined Under Namespace
Classes: StateTransitionMatcher
Class Method Summary collapse
-
.transition ⇒ Object
Set up an expectation that a transition or valid Symbol will be returned.
Class Method Details
.transition ⇒ Object
Set up an expectation that a transition or valid Symbol will be returned.
256 257 258 |
# File 'lib/pushdown/spec_helpers.rb', line 256 def transition return StateTransitionMatcher.new end |