You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
276 B

9 months ago
  1. require "test_helper"
  2. module ApplicationCable
  3. class ConnectionTest < ActionCable::Connection::TestCase
  4. # test "connects with cookies" do
  5. # cookies.signed[:user_id] = 42
  6. #
  7. # connect
  8. #
  9. # assert_equal connection.user_id, "42"
  10. # end
  11. end
  12. end