module Test::Unit::Context::Spec::Methods
Public Instance Methods
it(*args, &block)
click to toggle source
It is an alias for Test::Unit's test method. @see Test::Unit::TestCase#test
# File lib/test/unit/context/spec.rb, line 52 def it(*args, &block); test(*args, &block); end