class RSpec::Core::Formatters::FailureListFormatter

@private

Public Instance Methods

dump_profile(_profile) click to toggle source

Discard profile and messages

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

# File lib/rspec/core/formatters/failure_list_formatter.rb, line 18
def dump_profile(_profile); end
example_failed(failure) click to toggle source
# File 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) click to toggle source
# File lib/rspec/core/formatters/failure_list_formatter.rb, line 19
def message(_message); end