An open API service indexing awesome lists of open source software.

https://github.com/josdem/groovy-katas

Groovy Katas
https://github.com/josdem/groovy-katas

gradle groovy spock-framework

Last synced: about 1 month ago
JSON representation

Groovy Katas

Awesome Lists containing this project

README

          

Groovy Katas
----------------------------

[![GitHub](https://github.com/josdem/groovy-katas/actions/workflows/main.yml/badge.svg)](https://github.com/josdem/groovy-katas/actions)

This project contains some fun [Groovy](https://groovy-lang.org/) katas using [Spock Testing Framework](https://spockframework.org/).

#### To run tests

```bash
gradle test
```