README.md in database_cleaner-mongo-1.99.0 vs README.md in database_cleaner-mongo-2.0.0.beta
- old
+ new
@@ -1,9 +1,10 @@
# Database Cleaner Adapter for Mongo
[![Build Status](https://travis-ci.org/DatabaseCleaner/database_cleaner-mongo.svg?branch=master)](https://travis-ci.org/DatabaseCleaner/database_cleaner-mongo)
[![Code Climate](https://codeclimate.com/github/DatabaseCleaner/database_cleaner-mongo/badges/gpa.svg)](https://codeclimate.com/github/DatabaseCleaner/database_cleaner-mongo)
+[![codecov](https://codecov.io/gh/DatabaseCleaner/database_cleaner-mongo/branch/master/graph/badge.svg)](https://codecov.io/gh/DatabaseCleaner/database_cleaner-mongo)
Clean your Mongo databases with Database Cleaner.
See https://github.com/DatabaseCleaner/database_cleaner for more information.
@@ -16,42 +17,14 @@
end
```
## Supported Strategies
-<table>
- <tbody>
- <tr>
- <th>Truncation</th>
- <th>Transaction</th>
- <th>Deletion</th>
- </tr>
- <tr>
- <td> <b>Yes</b></td>
- <td> No</td>
- <td> No</td>
- </tr>
- </tbody>
-</table>
+The mongo adapter only has one strategy: the deletion strategy.
-(Default strategy is denoted in bold)
-
## Configuration options
-<table>
- <tbody>
- <tr>
- <th>ORM</th>
- <th>How to access</th>
- <th>Notes</th>
- </tr>
- <tr>
- <td> Mongo</td>
- <td> <code>DatabaseCleaner[:mongo]</code></td>
- <td> </td>
- </tr>
- </tbody>
-</table>
+The deletion strategy has no options.
## COPYRIGHT
-See [LICENSE] for details.
+See [LICENSE](LICENSE) for details.