mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
adds mongoid support
This commit is contained in:
parent
e09588b15c
commit
b18f9b7f57
7 changed files with 149 additions and 3 deletions
|
|
@ -17,4 +17,5 @@ Feature: database cleaning
|
|||
| DataMapper | transaction |
|
||||
| DataMapper | truncation |
|
||||
| MongoMapper | truncation |
|
||||
| Mongoid | truncation |
|
||||
| CouchPotato | truncation |
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Given /^I am using (ActiveRecord|DataMapper|MongoMapper|CouchPotato)$/ do |orm|
|
||||
Given /^I am using (ActiveRecord|DataMapper|MongoMapper|Mongoid|CouchPotato)$/ do |orm|
|
||||
@orm = orm
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue