database_cleaner/features
Prem Sichanugrist 56ca7001d4 Add support for default strategy for each ORM
DatabaseCleaner will select the best default strategy based on the ORM you're using without having you to select it by yourself.

* ActiveRecord, DataMapper => :transaction
* MongoMapper, Mongoid, CouchPotato => :truncation
2011-01-16 23:41:10 +07:00
..
step_definitions finish merge, all specs, all features pass 2010-06-15 15:24:50 +01:00
support kills whitespace 2010-08-23 14:50:32 -06:00
cleaning.feature adds scenarios for new deletion strategy 2010-10-25 10:10:08 -06:00
cleaning_default_strategy.feature Add support for default strategy for each ORM 2011-01-16 23:41:10 +07:00
cleaning_multiple_dbs.feature adds scenarios for new deletion strategy 2010-10-25 10:10:08 -06:00
cleaning_multiple_orms.feature finish merge, all specs, all features pass 2010-06-15 15:24:50 +01:00