aboutsummaryrefslogtreecommitdiffstats
path: root/test/channel/stream_test.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-10-19 15:27:43 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-10-19 15:27:43 -0500
commita02e5f418b437d96269f86eb993fa2b8e52ef5bb (patch)
tree437405c0f0fa7abaf76f907cfdccee1ed6a95304 /test/channel/stream_test.rb
parent506d84c157b041208f40b7034cac9c5d5e66fff5 (diff)
downloadrails-a02e5f418b437d96269f86eb993fa2b8e52ef5bb.tar.gz
rails-a02e5f418b437d96269f86eb993fa2b8e52ef5bb.tar.bz2
rails-a02e5f418b437d96269f86eb993fa2b8e52ef5bb.zip
Better test name
Diffstat (limited to 'test/channel/stream_test.rb')
-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