mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
12 lines
248 B
Ruby
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
|