module Pushdown::SpecHelpers
Public Instance Methods
transition()
click to toggle source
Set up an expectation that a transition or valid Symbol will be returned.
# File lib/pushdown/spec_helpers.rb, line 255 def transition return StateTransitionMatcher.new end