mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
7 lines
160 B
Bash
Executable File
7 lines
160 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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 "$@"
|