class Spec::Runner::Reporter::Failure

def initialize(example, exception)

def initialize(example, exception)
  @example = example
  @exception = exception
end