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
Marc Ignacio f55ecc6a7c Allows for other common redis options to be in cable.yml, by default
- Adds RedisAdapterTest::AlternateConfiguration to account
  for a relatively common alternative setup, as it’s used
  as the first example in the
  [Redis rubygem](https://github.com/redis/redis-rb#getting-started)

- Supplies original RedisAdapterTest with more complete
  redis:// url format by adding a ‘userinfo’ (blank user),
  so that it resembles the alternate configuration

- Supplies original EventedRedisAdapterTest with more complete
  redis:// url as well

- Adds before_script to start redis-server with password as a daemon
  and with explicit defaults copied from the default redis.conf
  (Instead of using Travis' default init/upstart scripts for `redis` service)
2017-06-22 16:15:47 +08:00
..
channel Fix a race in ActionCable stream tests 2017-03-23 05:52:38 +10:30
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 Allows for other common redis options to be in cable.yml, by default 2017-06-22 16:15:47 +08:00
client_test.rb Work around all the things 2017-04-06 07:19:58 +09:30
test_helper.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00
worker_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00