:nodoc: for ActionCable::Connection::TestCookies

This commit is contained in:
Justin Ko 2024-05-31 17:30:03 -06:00
parent c6a980a551
commit f49ff82da2

@ -30,7 +30,7 @@ def assert_reject_connection(&block)
end
end
class TestCookies < ActiveSupport::HashWithIndifferentAccess
class TestCookies < ActiveSupport::HashWithIndifferentAccess # :nodoc:
def []=(name, options)
value = options.is_a?(Hash) ? options.symbolize_keys[:value] : options
super(name, value)