run the database migration as part of the ci build

This commit is contained in:
Matt Rogers 2012-10-09 12:29:06 -05:00
parent e569cd081a
commit e1bae5a2de

View file

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