aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
* Fix typosR.T. Lechow2018-10-011-1/+1
* Add ActionCable::Channel::TestCaseVladimir Dementyev2018-09-261-0/+188
* Remove private defSakshi Jain2018-09-231-9/+10
* Fix test case to ensure default connection id is filledRyuta Kamizono2018-09-071-2/+2
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-2/+10
* DRY in `assert_broadcasts`bogdanvlviv2018-08-231-0/+10
* Simplify configuring of `ActionCable.server.config.logger` for actioncable testsbogdanvlviv2018-08-231-1/+1
* Add Action Cable test case and test helperVladimir Dementyev2018-08-192-0/+110
* Add Action Cable test adapterVladimir Dementyev2018-08-191-0/+47
* Remove thirdparty FIXMEAlberto Almagro2018-07-251-2/+1
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Remove redundant accessorsutilum2018-06-111-2/+0
* Merge pull request #33102 from bogdanvlviv/refactor-actioncable-testsRafael França2018-06-0818-45/+12
|\
| * Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-0813-36/+3
| * Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-089-9/+9
* | Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-0/+23
|\ \ | |/ |/|
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-0/+23
* | Remove mocha from ActionCable testsutilum2018-05-311-1/+0
* | Use Ruby instead of mochautilum2018-05-313-6/+19
* | Use minitest/mock instead of mochautilum2018-05-318-45/+101
* | Fix actionable test's assertionbogdanvlviv2018-05-281-1/+1
* | remove unnecessary mocking in ActionCable testsutilum2018-05-225-39/+24
* | assert_called_withutilum2018-04-261-4/+5
* | assert_calledutilum2018-04-268-38/+71
* | assert_not_calledutilum2018-04-262-4/+12
* | Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* | 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-1/+1
* | Make Mocha setup explcitly Minitest-specificJames Mead2018-04-071-1/+1
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-256-13/+13
* | Change refute to assert_notDaniel Colson2018-01-251-1/+1
* | Fix unstable test test_delegate_socket_errors_to_on_error_handlerFumiaki MATSUSHIMA2017-11-231-2/+10
* | Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-131-2/+21
* | Removed deprected evented redis adapterRafael Mendonça França2017-10-231-61/+0
* | Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* | Remove unused `close_connection` in Action Cable tests (#30195)Ryuta Kamizono2017-08-112-8/+0
* | Use frozen string literal in actioncable/Kir Shatrov2017-07-2335-0/+70
* | Fix postgresql adapter setup for ActionCable testspalkan2017-07-111-1/+1
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-0/+14
* | Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-13/+3
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0235-35/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-0135-0/+35
* | Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-222-2/+10
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-145-7/+7
* | Define path with __dir__bogdanvlviv2017-05-231-1/+1
* | Work around all the thingsMatthew Draper2017-04-061-1/+11
* | Avoid "can't modify frozen IOError" failuresMatthew Draper2017-04-051-5/+16
|/
* Fix a race in ActionCable stream testsMatthew Draper2017-03-231-0/+4
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-231-1/+3
* correctly check error messageyuuji.yaginuma2017-01-251-3/+6