class Spectator::NullContext

Overview

Empty context used to construct examples that don't have contexts. This is useful for dynamically creating examples outside of a spec.

Defined in:

spectator/null_context.cr

Instance methods inherited from class SpectatorContext

inspect(io) inspect, to_s(io) to_s

Instance methods inherited from class Object

should(matcher, message = nil) should, should_eventually(matcher, message = nil) should_eventually, should_never(matcher, message = nil) should_never, should_not(matcher, message = nil) should_not