setup the test db
This commit is contained in:
parent
9641583ea7
commit
f14038b68c
@ -7,5 +7,8 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- cp config/database.yml.travis config/database.yml
|
- cp config/database.yml.travis config/database.yml
|
||||||
- psql -c 'create database travis_ci_test;' -U postgres
|
- psql -c 'create database travis_ci_test;' -U postgres
|
||||||
|
# consider dumping sql via db:structure:dump then loading directly into psql
|
||||||
|
# "psql -U postgres -q -d DB_NAME -f db/structure.sql"
|
||||||
|
- bundle exec rake db:test:prepare
|
||||||
script: bundle exec cucumber
|
script: bundle exec cucumber
|
||||||
env: RAILS_ENV=test
|
env: RAILS_ENV=test
|
Loading…
x
Reference in New Issue
Block a user