Set the test adapter for the test environment by default in `config/cable.yml`

This commit is contained in:
bogdanvlviv 2018-08-23 12:33:02 +03:00
parent 0e42d3db59
commit 1055d14127
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ development:
adapter: async
test:
adapter: async
adapter: test
production:
adapter: redis