method
add_step
1.1.4 -
Show latest stable
- Class:
Spec::Story::Runner::StoryMediator::Scenario
add_step(step)public
No documentation available.
# File lib/spec/story/runner/story_mediator.rb, line 100
def add_step(step)
@steps << step
end