Skip to content

Commit

Permalink
Build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Debon committed Jan 25, 2019
1 parent 88bcda9 commit d3d7b1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ fabric.properties
# Editor-based Rest Client
.idea/httpRequests

.idea/

6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ Live coding support of my `Property tests: Write fewer tests, find more bugs` ta

* Each class' name is the type of property we can find on such code. Of course this is not exhaustive.
* The test files contain both classical unit tests (annotated with `@Test`) as well as property tests (annotated with `@Property`).
== Build
```
./gradlew build
```
Runs all tests.
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

0 comments on commit d3d7b1c

Please sign in to comment.