Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerdan committed Sep 23, 2014
1 parent 9db6bdf commit 31edff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ src/
```
Explanation:

* (1) A java class containing a JUnit Test. It uses the `ProcessEngineRule` for bootstrapping the process engine, as well as camunda-bpm-assert to make your test life easier.
* (1) A java class containing a JUnit Test. It uses the `ProcessEngineRule` for bootstrapping the process engine, as well as [camunda-bpm-assert][assert] to make your test life easier.
* (2) Configuration file for the process engine.
* (3) An example BPMN process.

Expand All @@ -38,3 +38,4 @@ mvn clean test

If you use eclipse you can simply import the project by selecting `File / Import |-> Existing Maven Projects.

[assert]: https://github.com/camunda/camunda-bpm-assert

0 comments on commit 31edff9

Please sign in to comment.