1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/scripts/run-tests.sh

7 lines
160 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-03-04 11:58:36 +01:00
RAILS_ENV='test' rake db:drop
RAILS_ENV='test' rake db:create
RAILS_ENV='test' rake db:migrate
RAILS_ENV='test' bundle exec rake test "$@"