rails--rails/actioncable/test/connection
Kasper Timm Hansen 3631d7eee4
Update Action Cable connection testing.
* Don't reimplement assert_raises

  Also test what happens in case there's no explicit rejection.

* Avoid OpenStruct. Remove space beneath private.

* Simplify verification methods for code under test.

* Match documentation with other Rails docs.

  Also remove mention of the custom path argument for now.
  Unsure how useful that really is.
2019-01-14 01:19:56 +01:00
..
authorization_test.rb Stop trying to reconnect on unauthorized cable connections 2018-12-05 10:40:29 -08:00
base_test.rb Stop trying to reconnect on unauthorized cable connections 2018-12-05 10:40:29 -08:00
client_socket_test.rb Stop trying to reconnect on unauthorized cable connections 2018-12-05 10:40:29 -08:00
cross_site_forgery_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
identifier_test.rb Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestCase` 2018-06-08 23:29:05 +03:00
multiple_identifiers_test.rb remove unnecessary mocking in ActionCable tests 2018-05-22 02:29:18 +02:00
stream_test.rb Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestCase` 2018-06-08 23:29:05 +03:00
string_identifier_test.rb remove unnecessary mocking in ActionCable tests 2018-05-22 02:29:18 +02:00
subscriptions_test.rb Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestCase` 2018-06-08 23:29:05 +03:00
test_case_test.rb Update Action Cable connection testing. 2019-01-14 01:19:56 +01:00