aboutsummaryrefslogtreecommitdiffstats
path: root/test/connection/subscriptions_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-3/+3
| | | | | | | | * Move specific requires close to where they're needed. * Use the private active_support/rails dep to wrap up common needs like eager autoload and module delegation. * Use a single Rails engine rather than an engine and a railtie. * Prefer `AS::JSON.encode` to `Object#to_json`.
* Run connection tests in EM loopPratik Naik2015-10-151-27/+56
|
* refactor channel look up to use a hash instead of an array and reduce the ↵Lachlan Sylvester2015-07-301-1/+1
| | | | number of calls to safe_constantize because it can be slow
* Tests for channel subscriptionsPratik Naik2015-07-131-0/+87