aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/stubs/test_connection.rb
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-05-27 20:50:04 +0200
committerutilum <oz@utilum.com>2018-05-31 17:48:20 +0200
commit84854d9d05c10b091a03767359c3c6ccf4450f26 (patch)
tree387c5a07d6566fe5e089da9b89fde583a2b40557 /actioncable/test/stubs/test_connection.rb
parent565ce0eaba233fcdd196c11715a8740bd571fd31 (diff)
downloadrails-84854d9d05c10b091a03767359c3c6ccf4450f26.tar.gz
rails-84854d9d05c10b091a03767359c3c6ccf4450f26.tar.bz2
rails-84854d9d05c10b091a03767359c3c6ccf4450f26.zip
Use minitest/mock instead of mocha
Diffstat (limited to 'actioncable/test/stubs/test_connection.rb')
-rw-r--r--actioncable/test/stubs/test_connection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/stubs/test_connection.rb b/actioncable/test/stubs/test_connection.rb
index fdddd1159e..155c68e38c 100644
--- a/actioncable/test/stubs/test_connection.rb
+++ b/actioncable/test/stubs/test_connection.rb
@@ -3,7 +3,7 @@
require "stubs/user"
class TestConnection
- attr_reader :identifiers, :logger, :current_user, :server, :transmissions
+ attr_reader :identifiers, :logger, :current_user, :server, :subscriptions, :transmissions
delegate :pubsub, to: :server