Fix attribute typo in ActionCable connection test request

This commit is contained in:
Sergey Ponomarev 2019-01-23 09:35:48 -05:00
parent 8642e3dce5
commit c125990c7c
No known key found for this signature in database
GPG Key ID: E450C9308249D501
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ module ActionCable
class TestRequest < ActionDispatch::TestRequest
attr_accessor :session, :cookie_jar
attr_writer :cookie_jar
end
module TestConnection