Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01:00

12 lines
248 B
Ruby

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