aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/channel/stream_test.rb2
1 files changed, 1 insertions, 1 deletions
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