Just load de-de for unit tests to increase speed.

This commit is contained in:
Martin Edenhofer 2016-01-16 12:30:50 +01:00
parent 00cffad79e
commit 6a3fe7f12f

View file

@ -27,6 +27,7 @@ job_unit:
- core
script:
- export RAILS_ENV=test
- export Z_LOCALES=en-us:de-de
- rake db:drop;
- rake db:create
- rake db:migrate