Module: ActionCable::Connection::TestRequest::CookiesStub
- Defined in:
- lib/action_cable/connection/test_case.rb
Instance Method Summary collapse
-
#signed ⇒ Object
Stub signed cookies, we don’t need to test encryption here.
Instance Method Details
#signed ⇒ Object
Stub signed cookies, we don’t need to test encryption here
42 43 44 |
# File 'lib/action_cable/connection/test_case.rb', line 42 def signed self end |