From a02e5f418b437d96269f86eb993fa2b8e52ef5bb Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Mon, 19 Oct 2015 15:27:43 -0500 Subject: Better test name --- test/channel/stream_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/channel/stream_test.rb b/test/channel/stream_test.rb index d651ba1746..68edb5befe 100644 --- a/test/channel/stream_test.rb +++ b/test/channel/stream_test.rb @@ -58,7 +58,7 @@ class ActionCable::Channel::StreamTest < ActionCable::TestCase end end - test "stream_from subscription confirmation should only be sent out once" do + test "subscription confirmation should only be sent out once" do EM.run do connection = TestConnection.new connection.stubs(:pubsub).returns EM::Hiredis.connect.pubsub -- cgit v1.2.3