From e1459c7c86363d941191551505ad083d4335b815 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Thu, 17 Dec 2015 16:23:36 +0100 Subject: Remove warnings from actioncable Warnings coming from code and test are removed --- actioncable/test/channel/stream_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/test/channel') diff --git a/actioncable/test/channel/stream_test.rb b/actioncable/test/channel/stream_test.rb index 5e4e01abbf..1424ded04c 100644 --- a/actioncable/test/channel/stream_test.rb +++ b/actioncable/test/channel/stream_test.rb @@ -45,7 +45,7 @@ class ActionCable::Channel::StreamTest < ActionCable::TestCase connection = TestConnection.new connection.expects(:pubsub).returns EM::Hiredis.connect.pubsub - channel = ChatChannel.new connection, "{id: 1}", { id: 1 } + ChatChannel.new connection, "{id: 1}", { id: 1 } assert_nil connection.last_transmission EM::Timer.new(0.1) do -- cgit v1.2.3