summaryrefslogtreecommitdiff
path: root/test/channels/application_cable/connection_test.rb
blob: d05dbd24cf1ac746b2dbbe8ba1424fa5e7891b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
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