diff --git a/lib/tasks/db.rake b/lib/tasks/db.rake
index 94fda525d8f43d6cbe5546585f455e081d442a2c..68a9439ac15e66e090f104ca38cd7529f60d40a5 100644
--- a/lib/tasks/db.rake
+++ b/lib/tasks/db.rake
@@ -4,7 +4,7 @@
 
 namespace :db do
   desc "rebuild and prepare test db"
-  task :rebuild => [:drop, :create, 'schema:load', 'db:test:prepare']
+  task :rebuild => [:drop, :create, :migrate, 'db:test:prepare']
 
   namespace :integration do
     # desc 'Check for pending migrations and load the integration schema'