spec/spec_helper.rb in slf4r-0.3.2 vs spec/spec_helper.rb in slf4r-0.3.3

- old
+ new

@@ -10,9 +10,11 @@ super(content) end end +require 'rubygems' + $LOAD_PATH << Pathname(__FILE__).dirname.parent.expand_path + 'lib' require 'slf4r' Dir.mkdir(Pathname(__FILE__).dirname.parent.expand_path + 'tmp') unless File.exists?('tmp')