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