mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8541394e71
ActionCable::Channel::TestCase provides an ability to unit-test channel classes. There are several reasons to write unit/functional cable tests: - Access control (who has access to the channel? who can perform action and with which argument? - Frontend-less applications have no system tests at all–and we still need a way to test channels logic. See also #27191 |
||
---|---|---|
.. | ||
base_test.rb | ||
broadcasting_test.rb | ||
naming_test.rb | ||
periodic_timers_test.rb | ||
rejection_test.rb | ||
stream_test.rb | ||
test_case_test.rb |