Revert "Use db:schema:load instead of db:migrate"

This reverts commit 3c5f28869b,
which did not function properly on the continuous integration server.
This commit is contained in:
Dan Rice 2013-03-05 01:00:24 -05:00
parent 3c5f28869b
commit 34e0c2b13a
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
task :ci => ['db:schema:load', :test, :cucumber]
task :ci => ['db:migrate', :test, :cucumber]