From 36fe3015644284dfbd7716c1d844dd8ad68b88c2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 Jan 2016 20:09:25 +0100 Subject: Revert "Move async execution from celluloid to concurrent-ruby" --- actioncable/test/connection/authorization_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actioncable/test/connection/authorization_test.rb') diff --git a/actioncable/test/connection/authorization_test.rb b/actioncable/test/connection/authorization_test.rb index 87d0e79ef3..68668b2835 100644 --- a/actioncable/test/connection/authorization_test.rb +++ b/actioncable/test/connection/authorization_test.rb @@ -10,6 +10,7 @@ class ActionCable::Connection::AuthorizationTest < ActionCable::TestCase end def send_async(method, *args) + # Bypass Celluloid send method, *args end end -- cgit v1.2.3