1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Fixed run all tests script

This commit is contained in:
2016-03-26 04:15:39 +00:00
parent 8ebff0b37a
commit e01fe5993a

View File

@@ -1,6 +1,2 @@
#!/bin/bash -e
docker build -t wrestlingdev-dev -f rails-dev-Dockerfile .
docker run -it -v $(pwd):/rails wrestlingdev-dev bash rails-dev-db.sh
docker run -it -v $(pwd):/rails wrestlingdev-dev rake test
rake db:migrate RAILS_ENV=test
rake test