Class: Spec::Story::Runner::StoryParser::StartingState

Inherits:
State
  • Object
show all
Defined in:
lib/gems/rspec-1.1.12/lib/spec/story/runner/story_parser.rb

Instance Method Summary collapse

Methods inherited from State

#comment, #eof, #event, #given, #given_scenario, #other, #outcome, #remove_tag_from, #scenario, #story

Constructor Details

#initialize(parser) ⇒ StartingState

Returns a new instance of StartingState.



150
151
152
# File 'lib/gems/rspec-1.1.12/lib/spec/story/runner/story_parser.rb', line 150

def initialize(parser)
  @parser = parser
end