mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-29 10:25:32 +00:00
Moved files out of the root of the project to bin and deploy where they belong
This commit is contained in:
6
bin/run-all-tests.sh
Executable file
6
bin/run-all-tests.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
|
||||
|
||||
cd ${project_dir}
|
||||
rake db:migrate RAILS_ENV=test
|
||||
rake test
|
||||
Reference in New Issue
Block a user