mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Fixing minor typo due to a case error in README
This commit is contained in:
parent
6da38c4c1a
commit
5a5f9fad00
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ Usage beyond that remains the same with `DatabaseCleaner.start` calling any setu
|
|||
<tr>
|
||||
<td> Sequel</td>
|
||||
<td> <code>DatabaseCleaner[:sequel]</code></td>
|
||||
<td> Multiple databases supported; specify <code>Databasecleaner[:sequel, {:connection => Sequel.connect(uri)}]</code></td>
|
||||
<td> Multiple databases supported; specify <code>DatabaseCleaner[:sequel, {:connection => Sequel.connect(uri)}]</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Redis</td>
|
||||
|
|
Loading…
Reference in a new issue