module Spec

Defined in:

spec/dsl.cr
spec/context.cr
spec/expectations.cr
spec/formatter.cr
spec/junit_formatter.cr
spec/source.cr

Class Method Summary

Class Method Detail

def self.add_formatter(formatter) #

[View source]
def self.after_each(&block) #

Instructs the spec runner to execute the given block after each spec, regardless of where this method is invoked.


[View source]
def self.before_each(&block) #

Instructs the spec runner to execute the given block before each spec, regardless of where this method is invoked.


[View source]
def self.override_default_formatter(formatter) #

[View source]