123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Core::Formatters::FailureListFormatter Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSpec::Core::Formatters::BaseFormatter
Defined in: rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb

Class Method Summary

BaseFormatter - Inherited

Instance Attribute Summary

Instance Method Summary

Constructor Details

This class inherits a constructor from RSpec::Core::Formatters::BaseFormatter

Instance Method Details

#dump_profile(_profile)

Discard profile and messages

These outputs are not really relevant in the context of this failure list formatter.

[ GitHub ]

  
# File 'rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb', line 18

def dump_profile(_profile); end

#example_failed(failure)

[ GitHub ]

  
# File 'rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb', line 10

def example_failed(failure)
  output.puts "#{failure.example.location}:#{failure.example.description}"
end

#message(_message)

[ GitHub ]

  
# File 'rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb', line 19

def message(_message); end