aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/server
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-40/+36
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-082-2/+2
* assert_calledutilum2018-04-261-6/+12
* Use frozen string literal in actioncable/Kir Shatrov2017-07-232-0/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* Add tests for Server::Base#restartJon Moss2016-10-021-0/+33
* Add ActiveSupport::Notifications hook to Broadcaster#broadcastMatthew Wear2016-05-121-4/+49
* Ensure server broadcasts are to string queue namesJay Hayes2016-02-241-0/+15