still works on its own
supports should good enough
works inside test/spec
truth
has should.satisfy
has should.equal
has should.raise
has should.raise with a block
should.raise should return the exception
has should.be.an.instance_of
has should.be.nil
has should.include
has should.be.a.kind_of
has should.match
has should.be
has should.not.raise
has should.not.satisfy
has should.not.be
has should.not.equal
has should.not.match
has should.throw
has should.not.throw
has should.respond_to
has should.be_close
multiple negation works
has should.<predicate>
has should.<predicate>?
has should <operator> (>, >=, <, <=, ===)
is robust against careless users
should detect warnings
should message/blame faults
should allow for custom shoulds
disabled specification (disabled)
empty specification (disabled)
this is intentional (disabled)
an empty specification (empty)
we can cut out (disabled)
entire contexts, now (disabled)
run in the right order
runs parent before all
should call local teardown then parent teardown
should call parent then local
should call local then parent
are defined in class scope
can include modules
use the supplied class as the superclass
truth
work great! (disabled)
truth
can be included several times
can include other shared contexts
can be included several times
can include other shared contexts
can be nested
can access data
should raise when the context cannot be found
can unmangle Test::Unit names correctly
can unmangle Test::Spec names correctly
has sensible fallbacks
can not be found. BAIL OUT! (empty)
can not be found. BAIL OUT! (empty)
is nested (empty)
has multiple empty specifications (empty)
is indented properly (empty)
still runs in order of definition (empty)
works too! (empty)
whoo! (empty)
should run before-clauses
should behave like context/specify
this is disabled (disabled)
should raise on unimplement{ed,able} before/after
should work as well with shared descriptions
should work
should not be run (disabled)
works for print
works for puts
works with readline
runs before Second
runs before Last
runs last
80 specifications, 8 disabled, 9 empty (602 requirements), 0 failures