Migrate all secrets to config/secrets.yml

This commit is contained in:
Henne Vogelsang 2014-05-12 18:32:26 +02:00
parent 9090cc0d38
commit ee5d48d494
8 changed files with 29 additions and 20 deletions

View file

@ -14,6 +14,7 @@ before_install:
before_script:
- cp config/database.yml.example config/database.yml
- cp config/config.yml.example config/config.yml
- cp config/secrets.yml.example config/secrets.yml
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- bundle exec rspec --color --format documentation