README.textile in database_cleaner-0.3.0 vs README.textile in database_cleaner-0.4.0

- old
+ new

@@ -3,10 +3,10 @@ Database Cleaner is a set of strategies for cleaning your database in Ruby. The original use case was to ensure a clean state during tests. Each strategy is a small amount of code but is code that is usually needed in any ruby app that is testing with a database. -Both ActiveRecord and DataMapper are supported. +ActiveRecord, DataMapper and MongoMapper are supported. h2. How to use <pre> require 'database_cleaner'