method
steps
rspec latest stable - Class:
Spec::Story::Runner::PlainTextStoryRunner
steps()public
No documentation available.
# File lib/spec/story/runner/plain_text_story_runner.rb, line 40
def steps
@step_group ||= Spec::Story::StepGroup.new
yield @step_group if block_given?
@step_group
end