aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/server/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-081-1/+1
* assert_calledutilum2018-04-261-6/+12
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add tests for Server::Base#restartJon Moss2016-10-021-0/+33