Method: RSpec::Specify::ExampleGroup#When

Defined in:
lib/specify/rspec/example_group.rb

#When(message, options = {}, &block) ⇒ Object



23
24
25
# File 'lib/specify/rspec/example_group.rb', line 23

def When(message, options={}, &block)
  Step :when, message, options, &block
end