Skip to content
Snippets Groups Projects
Commit 1698f638 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Recreate database

parent bd9a0ce3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@ before_script:
- cp config/application.yml.example config/application.yml
- cp config/secrets.yml.example config/secrets.yml
- bundle --without postgres
- RAILS_ENV=test bundle exec rake db:setup
- bundle exec rake db:create RAILS_ENV=test
specs:
script: SIMPLECOV=true RAILS_ENV=test bundle exec rake spec
tags:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment