test/test_helper.rb in backburner-0.2.6 vs test/test_helper.rb in backburner-0.3.0
- old
+ new
@@ -2,9 +2,10 @@
require 'tempfile'
require 'minitest/autorun'
require 'mocha'
$:.unshift File.expand_path("../../lib")
require 'backburner'
+require File.expand_path('../helpers/templogger', __FILE__)
# Configure Backburner
Backburner.configure do |config|
config.beanstalk_url = "beanstalk://localhost"
config.tube_namespace = "demo.test"
\ No newline at end of file