mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
7 lines
119 B
Bash
Executable File
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
|