Skip to content

Instantly share code, notes, and snippets.

@xirukitepe
Created November 27, 2012 06:14
Show Gist options
  • Save xirukitepe/4152676 to your computer and use it in GitHub Desktop.
Save xirukitepe/4152676 to your computer and use it in GitHub Desktop.
Database Cleaner for MongoDB
config.before(:suite) do
DatabaseCleaner.strategy = :truncation
DatabaseCleaner.orm = "mongoid"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment