module

Spec2::DSL

Inherits Spec2::Matchers

Constants

SPEC2_CONTEXT = ::Spec2::DSL::Spec2___
SPEC2_FULL_CONTEXT = ":root"

Instance methods

expect(actual)
Source
expect
Source

Macros

__spec2_clear_specific_let(name)
Source
__spec2_def_hooks
Source
__spec2_def_it(what)
Source
__spec2_def_its
Source
__spec2_def_let(name)
Source
__spec2_def_lets
Source
__spec2_sanity_checks(name, full_name)
Source
after
Source
before
Source
context(what, file = __FILE__, line = __LINE__, &blk)
Source
delayed
Source
describe(what, file = __FILE__, line = __LINE__, &blk)
Source
global_before
Source
it(what, &blk)
Source
let(name, &blk)
Source
let!(name, &blk)
Source
pending(what, &blk)
Source
subject
Source
subject(name, &blk)
Source
subject!
Source
subject!(name, &blk)
Source

Nested types