Method: RSpec::TestSpec::ExampleGroup#specify

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

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



61
62
63
# File 'lib/test_spec/rspec/example_group.rb', line 61

def specify(message, options = {}, &block)
  action :specify, message, options, &block
end