Module: ActionCable::Connection::TestRequest::CookiesStub

Defined in:
lib/action_cable/connection/test_case.rb

Instance Method Summary collapse

Instance Method Details

#signedObject

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