mirror of https://github.com/rails/rails
Set the test adapter for the test environment by default in `config/cable.yml`
This commit is contained in:
parent
0e42d3db59
commit
1055d14127
|
@ -2,7 +2,7 @@ development:
|
|||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: async
|
||||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
|
|
Loading…
Reference in New Issue