1
0
Fork 0
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:
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

View file

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