Module
Test::Spec::TestCase::ClassMethods
In:
lib/test/spec.rb
Methods
context
init
setup
specify
teardown
xspecify
Attributes
count
[RW]
name
[RW]
parent
[RW]
position
[RW]
setups
[RW]
teardowns
[RW]
Public Instance methods
context
(name, &block)
init
(name, position, parent)
setup
(&block)
specify
(specname, &block)
teardown
(&block)
xspecify
(specname, &block)
[Validate]