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
- Host: GitHub
- URL: https://github.com/josdem/groovy-katas
- Owner: josdem
- Created: 2021-07-03T20:17:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T21:59:45.000Z (about 3 years ago)
- Last Synced: 2025-01-17T15:52:31.898Z (over 1 year ago)
- Topics: gradle, groovy, spock-framework
- Language: Groovy
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Groovy Katas
----------------------------
[](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
```