Class Spec::Story::Runner::IllegalStepError
In: vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb
Parent: StandardError

Methods

new  

Public Class methods

[Source]

   # File vendor/plugins/rspec/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]