tracks/groovy/exercises/word-count/README.md in trackler-2.2.1.11 vs tracks/groovy/exercises/word-count/README.md in trackler-2.2.1.12
- old
+ new
@@ -16,10 +16,10 @@
[exercism help page](http://exercism.io/languages/groovy).
Run the tests by executing the test script.
```
-$ groovy ./PhraseSpec.groovy
+$ groovy ./WordCountSpec.groovy
```
After the first test(s) pass, continue by commenting out or removing the `@Ignore` annotations prepending other tests.
When all tests pass, congratulations!