Skip to content

Commit

Permalink
:nodoc: for ActionCable::Connection::TestCookies
Browse files Browse the repository at this point in the history
  • Loading branch information
justinko committed May 31, 2024
1 parent c6a980a commit f49ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actioncable/lib/action_cable/connection/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f49ff82

Please sign in to comment.