method
create_then
rspec latest stable - Class:
Spec::Story::Runner::StoryMediator
create_then(name)public
No documentation available.
# File lib/spec/story/runner/story_mediator.rb, line 37
def create_then(name)
current_scenario.add_step Step.new('Then', name)
end