module Spec2

Extended Modules

Defined in:

elapsed_time.cr
exceptions.cr
expectation.cr
factory.cr
high_runner.cr
matcher.cr
matchers/be.cr
matchers/be_a.cr
matchers/bool.cr
matchers/close.cr
matchers/eq.cr
matchers/match.cr
matchers/raise_error.cr
matchers/satisfy.cr
next/context.cr
next/dsl.cr
next/example.cr
order.cr
orders/default.cr
orders/random.cr
output.cr
outputs/default.cr
outputs/nocolor.cr
reporter.cr
reporters/default.cr
reporters/doc.cr
reporters/test.cr
runner.cr
runners/default.cr
should.cr
spec2.cr

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.doc #

[View source]
def self.nocolor #

[View source]

Macro Detail

macro describe(what, file = __FILE__, line = __LINE__, &block) #

[View source]
macro enable_should_on_object #

[View source]
macro register_matcher(name, &block) #

[View source]

Instance Method Detail

def configure_high_runner(high_runner) #

[View source]
def configure_order(*args, **options) #

[View source]
def configure_order(*args, **options, &) #

[View source]
def configure_output(*args, **options) #

[View source]
def configure_output(*args, **options, &) #

[View source]
def configure_reporter(*args, **options) #

[View source]
def configure_reporter(*args, **options, &) #

[View source]
def configure_runner(*args, **options) #

[View source]
def configure_runner(*args, **options, &) #

[View source]
def current_context(*args, **options) #

[View source]
def current_context(*args, **options, &) #

[View source]
def exit_code(*args, **options) #

[View source]
def exit_code(*args, **options, &) #

[View source]
def high_runner #

[View source]
def random_order #

[View source]
def record_started_at #

[View source]
def run(*args, **options) #

[View source]
def run(*args, **options, &) #

[View source]
def started_at #

[View source]