API de comptabilité horaire.
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.

connection_test.rb 248B

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