Use db:schema:load instead of db:migrate

This commit is contained in:
Dan Rice 2013-03-04 12:50:30 -05:00
parent 9cdea2c51f
commit 3c5f28869b
2 changed files with 3 additions and 3 deletions

View file

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