Class: Spec::Story::Runner::StoryParser::StartingState
- Defined in:
- lib/gems/rspec-1.1.12/lib/spec/story/runner/story_parser.rb
Instance Method Summary collapse
-
#initialize(parser) ⇒ StartingState
constructor
A new instance of StartingState.
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 |