spec/spec_helper.rb in proselytism-0.0.1 vs spec/spec_helper.rb in proselytism-0.0.2

- old
+ new

@@ -13,10 +13,10 @@ config.oo_server_start_delay = 2 #seconds config.oo_conversion_max_tries = 2 config.oo_conversion_max_time = 4 #seconds config.tmp_path = File.expand_path("../tmp", __FILE__) - config.logger = ActiveSupport::BufferedLogger.new(File.expand_path("../tmp/log", __FILE__)) + config.logger = Proselytism::Logger.new(File.expand_path("../tmp/log", __FILE__), 0) end module RspecAccessorsHelper def fixture_path(name) \ No newline at end of file