Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Aug 24, 2016
1 parent fa50e99 commit fe780b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ It will bring the following (transitive) dependencies to your test classpath:
=== DataSet executor
A DataSet executor is a component which creates DBUnit datasets. Datasets are "sets" of data (tables and rows) that represent the *state of the database*. DataSets are defined as textual files in csv, xml, yaml or json format, https://github.com/rmpestano/dbunit-rules/blob/master/core/src/test/resources/datasets/[see examples here^].

As in DBUnit Rule, `dataset executor` just needs a JDBC connection to be instantiated::
As in DBUnit Rule, `dataset executor` just needs a JDBC connection to be instantiated:


[source,java]
Expand Down

0 comments on commit fe780b4

Please sign in to comment.