Class Spec::Runner::Reporter
In: lib/spec/runner/reporter.rb
Parent: Object

Methods

Classes and Modules

Class Spec::Runner::Reporter::Failure

Constants

EXAMPLE_PENDING_DEPRECATION_WARNING = <<-WARNING ********************************************************************* DEPRECATION WARNING: RSpec's formatters have changed example_pending to accept two arguments instead of three. Please see the rdoc for Spec::Runner::Formatter::BaseFormatter#example_pending for more information. Please update any custom formatters to accept only two arguments to example_pending. Support for example_pending with two arguments and this warning message will be removed after the RSpec 2.0 release. ********************************************************************* WARNING

Attributes

options  [R] 

Public Class methods

Public Instance methods

Dumps the summary and returns the total number of failures

[Validate]