mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
7 lines
120 B
Bash
7 lines
120 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
RAILS_ENV=test rake db:drop
|
||
|
RAILS_ENV=test rake db:create
|
||
|
RAILS_ENV=test rake db:migrate
|
||
|
rake test
|