Module: Pushdown::SpecHelpers

Defined in:
lib/pushdown/spec_helpers.rb

Defined Under Namespace

Classes: StateTransitionMatcher

Class Method Summary collapse

Class Method Details

.transitionObject

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