Module: Test::Unit::Context::Spec::Methods

Defined in:
lib/test/unit/context/spec.rb

Instance Method Summary collapse

Instance Method Details

#it(*args, &block) ⇒ Object

It is an alias for Test::Unit’s test method.

See Also:

  • TestCase#test


52
# File 'lib/test/unit/context/spec.rb', line 52

def it(*args, &block); test(*args, &block); end