mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Set the test adapter for the test environment by default in config/cable.yml
This commit is contained in:
parent
0e42d3db59
commit
1055d14127
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ development:
|
|||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: async
|
||||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
|
|
Loading…
Reference in a new issue