1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/bin/run-all-tests.sh

7 lines
119 B
Bash
Executable File

#!/bin/bash
project_dir="$(git rev-parse --show-toplevel)"
cd ${project_dir}
rake db:migrate RAILS_ENV=test
rake test