1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

all tests pass with only this change for #2420 -- bring up the actorsystem in 0.17.0-current style before setting the global

This commit is contained in:
//de 2015-07-15 18:12:47 -07:00
parent e4c58a2ebc
commit 8a844f835c

View file

@ -23,6 +23,7 @@ end
require 'minitest/autorun'
require 'minitest/pride'
require 'celluloid/current'
require 'celluloid/test'
Celluloid.boot
require 'sidekiq'