File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/logging-2.3.0/lib/spec/

Viewing File: logging_helper.rb

require File.expand_path('../../rspec/logging_helper', __FILE__)
Spec::LoggingHelper = RSpec::LoggingHelper

if defined?  Spec::Runner::Configuration
  class Spec::Runner::Configuration
    include Spec::LoggingHelper
  end
end