[Source]
# File lib/spec/story/runner/story_parser.rb, line 6 6: def initialize(state, event) 7: super("Illegal attempt to create a #{event} after a #{state}") 8: end
[Validate]