tracks/java/exercises/spiral-matrix/README.md in trackler-2.2.1.47 vs tracks/java/exercises/spiral-matrix/README.md in trackler-2.2.1.48
- old
+ new
@@ -21,21 +21,22 @@
12 13 14 5
11 16 15 6
10 9 8 7
```
+# 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.
-
## Source
Reddit r/dailyprogrammer challenge #320 [Easy] Spiral Ascension. [https://www.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/](https://www.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/)
## Submitting Incomplete Solutions
+
It's possible to submit an incomplete solution so you can see how others have completed the exercise.