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
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
..
channel correctly check error message 2017-01-25 09:58:15 +09:00
connection Privatize unneededly protected methods in Action Cable tests 2016-12-24 00:15:24 +09:00
javascript ActionCable should not raise when a connection is already open 2017-01-06 12:49:58 -05:00
server Add tests for Server::Base#restart 2016-10-02 09:02:01 -04:00
stubs Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
subscription_adapter Add channel_prefix support to ActionCable redis/evented_redis adapters. 2017-01-17 23:21:39 -05:00
client_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
test_helper.rb Remove Faye mode 2016-10-01 15:35:59 +09:30
worker_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00