This commit is contained in:
0x8664b2
2022-08-23 13:00:54 -07:00
commit 808ff56abc
85 changed files with 1436 additions and 0 deletions

View File

@@ -0,0 +1,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