tracks/java/exercises/tournament/README.md in trackler-2.2.1.47 vs tracks/java/exercises/tournament/README.md in trackler-2.2.1.48
- old
+ new
@@ -62,18 +62,19 @@
Devastating Donkeys;Courageous Californians;draw
```
Means that the Devastating Donkeys and Courageous Californians tied.
+# Running the tests
-To run the tests:
+You can run all the tests for an exercise by entering
```sh
$ gradle test
```
-For more detailed info about the Java track see the [help page](http://exercism.io/languages/java).
+in your terminal.
-
## Submitting Incomplete Solutions
+
It's possible to submit an incomplete solution so you can see how others have completed the exercise.