README.md in database_cleaner-neo4j-1.8.0 vs README.md in database_cleaner-neo4j-1.99.0.beta
- old
+ new
@@ -45,10 +45,10 @@
<th>Notes</th>
</tr>
<tr>
<td>Neo4j</td>
<td><code>DatabaseCleaner[:neo4j]</code></td>
- <td>Database type and path(URI) <code>DatabaseCleaner[:neo4j, connection: {type: :server_db, path: 'http://localhost:7475'}].</code></td>
+ <td>Database type and path(URI) <code>DatabaseCleaner[:neo4j, db: {type: :server_db, path: 'http://localhost:7475'}].</code></td>
</tr>
</tbody>
</table>
Note that Truncation and Deletion strategies for Neo4j will just delete all nodes and relationships from the database.