about summary refs log tree commit diff stats
path: root/test/channels/application_cable/connection_test.rb
blob: 6340bf9c04228edb231203d92f51c42016c20ad5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
require "test_helper"

module ApplicationCable
  class ConnectionTest < ActionCable::Connection::TestCase
    # test "connects with cookies" do
    #   cookies.signed[:user_id] = 42
    #
    #   connect
    #
    #   assert_equal connection.user_id, "42"
    # end
  end
end