Skip to content

Instantly share code, notes, and snippets.

@durran
Created January 5, 2010 16: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 durran/269483 to your computer and use it in GitHub Desktop.
Save durran/269483 to your computer and use it in GitHub Desktop.
Spec::Runner.configure do |config|
config.mock_with :mocha
config.after :suite do
Mongoid.database.collections.each(&:drop)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment