1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test/channel
yuuji.yaginuma c42bd31977 correctly check error message
`assert_raise` does not check error message. However, in some tests,
it seems like expecting error message checking with `assert_raise`.
Instead of specifying an error message in `assert_raise`, modify to use
another assert to check the error message.
2017-01-25 09:58:15 +09:00
..
base_test.rb Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initializing 2016-09-22 20:25:09 +03:00
broadcasting_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
naming_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
periodic_timers_test.rb correctly check error message 2017-01-25 09:58:15 +09:00
rejection_test.rb Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initializing 2016-09-22 20:25:09 +03:00
stream_test.rb Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initializing 2016-09-22 20:25:09 +03:00