module RSpec::Rails::TaggedLoggingAdapter

@private

Private Instance Methods

tagged_logger() click to toggle source

Vendored from activesupport/lib/active_support/testing/tagged_logging.rb This implements the tagged_logger method where it is expected, but doesn't call `name` or set it up like Rails does.

# File lib/rspec/rails/adapters.rb, line 191
def tagged_logger
  @tagged_logger ||= (defined?(Rails.logger) && Rails.logger)
end