Created
May 11, 2016 12:17
-
-
Save byronmejia/4ebfa02fb1b37fb22513168dba92a4c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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