rails/actioncable/test
Junichi Sato 523f86964f
Rename #assert_not_has_stream #assert_has_no_stream
This is a follow-up to https://github.com/rails/rails/pull/50585.

I propose to provide smoother reading experiences with the two methods
introduced in there, `#assert_not_has_stream` and `#assert_not_has_stream_for`,
by renaming them `#assert_has_no_stream` and `#assert_has_no_stream_for`, respectively.
2024-01-05 11:29:21 +09:00
..
channel Rename #assert_not_has_stream #assert_has_no_stream 2024-01-05 11:29:21 +09:00
connection feat: action cable connection callbacks 2022-05-16 12:24:38 -07:00
javascript/src Fix self is undefined for actioncable within ssr build systems by replacing it globalThis 2024-01-03 19:19:50 +00:00
server Stop building AS::Notifications::Event manually 2023-09-29 12:34:23 -04:00
stubs Merge pull request #47483 from palkan/fix/channel-test-case-test-server 2023-03-03 18:23:21 -05:00
subscription_adapter [Tests only] Enable Minitest/AssertPredicate rule 2023-10-13 19:26:47 +00:00
client_test.rb [Tests only] Enable Minitest/AssertPredicate rule 2023-10-13 19:26:47 +00:00
javascript_package_test.rb Update JavascriptPackageTest for Action Cable 2023-11-05 15:13:30 -06:00
test_helper_test.rb Introduce capture_emails and capture_broadcasts (#48798) 2023-07-25 06:42:54 +02:00
test_helper.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00
worker_test.rb Inherit all actioncable's test classes from ActionCable::TestCase 2018-06-08 23:23:06 +03:00