1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added a script to run tests

This commit is contained in:
2016-02-18 08:24:24 -05:00
parent 8c08b5a47f
commit 3504c54ed4

6
run-all-tests.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/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