Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created April 25, 2013 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mscottford/5462330 to your computer and use it in GitHub Desktop.
Save mscottford/5462330 to your computer and use it in GitHub Desktop.
require 'rake'
task :spec => :seed_test_db
task :seed_test_db do
ENV["RAILS_ENV"] ||= 'test'
Rake::Task['db:seed'].invoke
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment