API de comptabilité horaire.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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