summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
blob: 2680dba44edf2d1160c41c78e16c6f99e6df22f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')

require 'mixlib/log'
require 'mixlib/log/formatter'

class Logit
  class << self
    include Mixlib::Log
  end
end