File: logging_helper.rb

package info (click to toggle)
ruby-logging 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: ruby: 6,139; sh: 11; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

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