Drop database before creating it? Checking for collation problems.

This commit is contained in:
Raphael Sofaer 2011-07-04 12:02:35 -07:00
parent f2f96f36aa
commit c180454e95

View file

@ -6,6 +6,7 @@ rvm:
before_script:
- "sass --update public/stylesheets/sass/:public/stylesheets/"
- "cp config/database.yml.example config/database.yml"
- "rake db:drop"
- "rake db:create"
- "rake db:schema:load"
- "rspec spec --tag fixture"