method
new
1.1.4 -
Show latest stable
- Class:
Spec::Story::Runner::StoryMediator::Scenario
new(name)public
No documentation available.
# File lib/spec/story/runner/story_mediator.rb, line 85
def initialize(name)
@name = name
@steps = []
end