method
When
1.1.4 -
Show latest stable
- Class:
Spec::Story::World
When(name, *args, &block)public
No documentation available.
# File lib/spec/story/world.rb, line 109
def When(name, *args, &block)
World.store_and_call self, :when, name, *args, &block
@__previous_step = :when
end