Skip to content

Instantly share code, notes, and snippets.

@byronmejia
Created May 11, 2016 12:17
Show Gist options
  • Save byronmejia/4ebfa02fb1b37fb22513168dba92a4c0 to your computer and use it in GitHub Desktop.
Save byronmejia/4ebfa02fb1b37fb22513168dba92a4c0 to your computer and use it in GitHub Desktop.
RSpec.configure do
# reset database before each example is run
# config.before(:each) { DataMapper.auto_migrate! }
Mongoid.default_client.database.drop
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment