test_cleanup.sh 74 B

1234
  1. #!/bin/bash
  2. rake db:drop RAILS_ENV=test
  3. rake db:drop RAILS_ENV=production