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

- old
+ new

@@ -15,21 +15,22 @@ be able to say that they're 31.69 Earth-years old. If you're wondering why Pluto didn't make the cut, go watch [this youtube video](http://www.youtube.com/watch?v=Z_2gbGXzFbs). +# 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 Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial. [http://pine.fm/LearnToProgram/?Chapter=01](http://pine.fm/LearnToProgram/?Chapter=01) ## Submitting Incomplete Solutions + It's possible to submit an incomplete solution so you can see how others have completed the exercise.