tests: set Delayed::Worker.delay_jobs = false globally.

This commit is contained in:
evazion
2017-02-03 17:24:10 -06:00
parent 98b0b2c5d8
commit beddc34958
21 changed files with 4 additions and 32 deletions

View File

@@ -105,3 +105,4 @@ if defined?(MEMCACHE)
end
MEMCACHE = MockMemcache.new
Delayed::Worker.delay_jobs = false