To help improve this track you can:
- check opened issues and help in fixing them: https://github.com/exercism/groovy/issues
- add a new exercise to the track (see the information below)
We welcome both improvements to the existing exercises and additions of new ones. A list of missing exercises can be found here: http://exercism.io/languages/groovy/todo
This guide might be helpful before you start implementing the exercise: Porting an Exercise to Another Language Track
It's expected that your code follows the official Style guide: http://groovy-lang.org/style-guide.html
Instead of using JUnit we prefer Spock for consistency because it's an awesome framework!
It would be awesome if you follow this simple guidelines while creating your PR, but it isn't required.