Spec2::DSL
Inherits Spec2::Matchers
Constants
SPEC2_CONTEXT = ::Spec2::DSL::Spec2___
SPEC2_FULL_CONTEXT = ":root"
Instance methods
expect(actual)
Sourceexpect
SourceMacros
__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)
Sourceafter
Sourcebefore
Sourcecontext(what, file = __FILE__, line = __LINE__, &blk)
Sourcedelayed
Sourcedescribe(what, file = __FILE__, line = __LINE__, &blk)
Sourceglobal_before
Sourceit(what, &blk)
Sourcelet(name, &blk)
Sourcelet!(name, &blk)
Sourcepending(what, &blk)
Sourcesubject
Sourcesubject(name, &blk)
Sourcesubject!
Sourcesubject!(name, &blk)
Source