Skip to content

Commit

Permalink
1.0.6 -> 1.0.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Nov 23, 2016
1 parent e6a08fa commit ed331b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Feature List:-
- BeforeEach and AfterEach blocks for setup and teardown
- It blocks that hold your assertions
- JustBeforeEach blocks that separate creation from configuration (also known as the subject action pattern).
- Fast testing with parallel execution

- Test runners that lets you:
- Focus tests through FDescribe, FContext and FIt constructs
Expand All @@ -25,14 +26,14 @@ Feature List:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<scope>test</scope>
</dependency>
```
or for a Gradle project add:-
`compile 'com.github.paulcwarren:ginkgo4j:1.0.5'`
`compile 'com.github.paulcwarren:ginkgo4j:1.0.6'`

for other build systems see [here](http://search.maven.org/#artifactdetails%7Ccom.github.paulcwarren%7Cginkgo4j%7C1.0.3%7Cjar).
for other build systems see [here](http://search.maven.org/#artifactdetails%7Ccom.github.paulcwarren%7Cginkgo4j%7C1.0.6%7Cjar).

- Create a junit test class
- Add the following imports:-
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>

<name>Ginkgo 4 Java</name>
<url>https://github.com/paulcwarren/ginkgo4j</url>
Expand Down

0 comments on commit ed331b7

Please sign in to comment.