Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Aug 3, 2015
1 parent dccf913 commit 011ca9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ As stated before DBunit needs a jdbc connection, a way to create one is using JP

=== EntityManagerProvider

It is a component which holds JPA entity managers for your tests. To activate the EntityManagerProvider rule in your test:
It is a component which holds JPA entity managers for your tests. To activate the EntityManagerProvider rule in your test use:

[source,java]
----
Expand Down Expand Up @@ -547,7 +547,7 @@ public class DeltaspikeUsingInterceptorIt {
}
----

and then the interceptor will read @JPADataSet annotation to configure the database before the test runs:
finally the interceptor will read @JPADataSet annotation to configure the database before the test runs:

[source,java]
----
Expand Down

0 comments on commit 011ca9a

Please sign in to comment.