spec/support/resque.rb in enju_biblio-0.2.0 vs spec/support/resque.rb in enju_biblio-0.2.1
- old
+ new
@@ -2,10 +2,9 @@
RSpec.configure do |config|
REDIS_PID = "#{Rails.root.to_s}/tmp/pids/redis-test.pid"
REDIS_CACHE_PATH = "#{Rails.root.to_s}/tmp/cache/"
unless ENV["TRAVIS"]
- Resque.redis = 'localhost:9736'
config.before(:suite) do
redis_options = {
"daemonize" => 'yes',
"pidfile" => REDIS_PID,
"port" => 9736,