Skip to content

Instantly share code, notes, and snippets.

@speedmax
Created December 2, 2009 03:02
Show Gist options
  • Save speedmax/246893 to your computer and use it in GitHub Desktop.
Save speedmax/246893 to your computer and use it in GitHub Desktop.
namespace :db do
namespace :migrate do
desc 'Use the migrations to create the test database'
task :all => ['db:migrate', 'db:test:clone]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment