tracks/java/exercises/wordy/README.md in trackler-2.2.1.47 vs tracks/java/exercises/wordy/README.md in trackler-2.2.1.48

- old
+ new

@@ -49,21 +49,22 @@ > What is 2 raised to the 5th power? 32 +# 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 Inspired by one of the generated questions in the Extreme Startup game. [https://github.com/rchatley/extreme_startup](https://github.com/rchatley/extreme_startup) ## Submitting Incomplete Solutions + It's possible to submit an incomplete solution so you can see how others have completed the exercise.