Sha256: 50f1d01f6a5e73cb0a6a3077e69ac2ca8c19407bbc2baff9de79d0800e9f766d

Contents?: true

Size: 643 Bytes

Versions: 7273

Compression:

Stored size: 643 Bytes

Contents

RSpec::Support.require_rspec_core "formatters/base_formatter"

module RSpec
  module Core
    module Formatters
      # @private
      class FailureListFormatter < BaseFormatter
        Formatters.register self, :example_failed, :dump_profile, :message

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

        # Discard profile and messages
        #
        # These outputs are not really relevant in the context of this failure
        # list formatter.
        def dump_profile(_profile); end
        def message(_message); end
      end
    end
  end
end

Version data entries

7,273 entries across 7,216 versions & 78 rubygems

Version Path
cybrid_api_organization_ruby-0.123.220 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_organization_ruby-0.123.219 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_id_ruby-0.123.219 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_bank_ruby-0.123.219 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_bank_ruby-0.123.217 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_id_ruby-0.123.217 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_organization_ruby-0.123.217 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_organization_ruby-0.123.216 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_bank_ruby-0.123.216 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_id_ruby-0.123.216 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_organization_ruby-0.123.215 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_bank_ruby-0.123.215 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_id_ruby-0.123.215 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
ory-client-1.16.6 vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_bank_ruby-0.123.214 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_organization_ruby-0.123.214 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_id_ruby-0.123.214 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/failure_list_formatter.rb
rspec-core-3.13.3 lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_bank_ruby-0.123.213 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.2/lib/rspec/core/formatters/failure_list_formatter.rb
cybrid_api_id_ruby-0.123.213 vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.2/lib/rspec/core/formatters/failure_list_formatter.rb