File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
actioncable/lib/action_cable/channel
actionpack/lib/action_controller Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,14 @@ def connection_gid(ids)
142
142
# ActionCable::Channel::TestCase will also automatically provide the following
143
143
# instance methods for use in the tests:
144
144
#
145
- # ** connection**
145
+ # connection
146
146
# : An ActionCable::Channel::ConnectionStub, representing the current HTTP
147
147
# connection.
148
- # **subscription**
148
+ #
149
+ # subscription
149
150
# : An instance of the current channel, created when you call `subscribe`.
150
- # **transmissions**
151
+ #
152
+ # transmissions
151
153
# : A list of all messages that have been transmitted into the channel.
152
154
#
153
155
#
Original file line number Diff line number Diff line change @@ -288,14 +288,16 @@ def load!
288
288
# ActionController::TestCase will also automatically provide the following
289
289
# instance variables for use in the tests:
290
290
#
291
- # ** @controller**
291
+ # @controller
292
292
# : The controller instance that will be tested.
293
- # **@request**
293
+ #
294
+ # @request
294
295
# : An ActionController::TestRequest, representing the current HTTP request.
295
296
# You can modify this object before sending the HTTP request. For example,
296
297
# you might want to set some session properties before sending a GET
297
298
# request.
298
- # **@response**
299
+ #
300
+ # @response
299
301
# : An ActionDispatch::TestResponse object, representing the response of the
300
302
# last HTTP response. In the above example, `@response` becomes valid after
301
303
# calling `post`. If the various assert methods are not sufficient, then you
You can’t perform that action at this time.
0 commit comments