mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-03 21:38:42 +00:00
11 lines
248 B
Ruby
11 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
|