mirror of https://github.com/rails/rails
Merge pull request #35027 from sponomarev/chore/fix-ac-test-typo
Fix attribute typo in ActionCable connection test request
This commit is contained in:
commit
3aa094c527
|
@ -42,8 +42,6 @@ module ActionCable
|
|||
|
||||
class TestRequest < ActionDispatch::TestRequest
|
||||
attr_accessor :session, :cookie_jar
|
||||
|
||||
attr_writer :cookie_jar
|
||||
end
|
||||
|
||||
module TestConnection
|
||||
|
|
Loading…
Reference in New Issue