module Spec

Defined in:

Class Method Summary

Class Method Detail

def self.add_formatter(formatter) #

def self.after_each(&block) #

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


def self.before_each(&block) #

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


def self.override_default_formatter(formatter) #