rubyforgood / habitat_humanity

MIT License
6 stars 13 forks source link

Prepare test db in bin/setup #110

Closed leesharma closed 8 years ago

leesharma commented 8 years ago

Resolves #105

This adds db:test:prepare to our setup script to make sure that our test database is ready to go. This will check if there are any pending migrations and load the test schema from db/schema.rb.

bjmllr commented 8 years ago

Thanks!