Skip to content
Snippets Groups Projects
Commit d3291bb2 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Remove ActionCable leftovers

parent 01c3dc99
No related branches found
No related tags found
No related merge requests found
development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: usermanager_production
# frozen_string_literal: true
require 'test_helper'
class ApplicationCable::ConnectionTest < ActionCable::Connection::TestCase
# test "connects with cookies" do
# cookies.signed[:user_id] = 42
#
# connect
#
# assert_equal connection.user_id, "42"
# end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment