Skip to content

Instantly share code, notes, and snippets.

@phirefly
Created June 10, 2010 21:47
Show Gist options
  • Save phirefly/433692 to your computer and use it in GitHub Desktop.
Save phirefly/433692 to your computer and use it in GitHub Desktop.
# /lib/tasks/mongo.rake
namespace :db do
namespace :test do
task :prepare do
# Stub out for MongoDB
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment