Groovy 101 (II): Grape and tests with Spock
Second round! We have learnt how to create a simple program with Groovy, make some tests with jUnit, and integrate them with Travis.
This is a short post to next iteration to add two elements: Grape (package manager) and Spock (framework for testing).
Grape Grape allows us to manage packages inside our Groovy scripts. It's already installed with Groovy. It's very useful when we have a simple script or application and we have a dependency.
[Leer más]