Merge pull request #35027 from sponomarev/chore/fix-ac-test-typo

Fix attribute typo in ActionCable connection test request
This commit is contained in:
Kasper Timm Hansen 2019-01-23 18:59:19 +01:00 committed by GitHub
commit 3aa094c527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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