pat / combustion

Simple, elegant testing for Rails Engines
MIT License
708 stars 51 forks source link

Use drop_database and create_database #55

Closed bricker closed 10 years ago

bricker commented 10 years ago

Is there a reason mysql wasn't using the drop_database and create_database methods here? It was failing if the database didn't exist, but with this change, it works.