From 8a844f835cd70722344a5e10a0a3134d80483821 Mon Sep 17 00:00:00 2001 From: //de Date: Wed, 15 Jul 2015 18:12:47 -0700 Subject: [PATCH] all tests pass with only this change for #2420 -- bring up the actorsystem in 0.17.0-current style before setting the global --- test/helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helper.rb b/test/helper.rb index 8ab071fa..d8cf0932 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -23,6 +23,7 @@ end require 'minitest/autorun' require 'minitest/pride' +require 'celluloid/current' require 'celluloid/test' Celluloid.boot require 'sidekiq'