Every time I want to run Rake test the task db:test:prepare is being called and it rebuilds my test environment database from schema.rb and migrations. What I would like to
For some older version of rails - you can place Rake::Task['db:test:prepare'].clear at the end of your Rakefile
Rake::Task['db:test:prepare'].clear