Method: RSpec::TestSpec::ExampleGroup#test

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

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



49
50
51
# File 'lib/test_spec/rspec/example_group.rb', line 49

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