diff --git a/README.md b/README.md index d66487e..7f0be2b 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [PowerMock](https://github.com/jayway/powermock) - Allows you to unit test code normally regarded as untestable. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. +* [Spock](http://docs.spockframework.org/) - Testing framework featuring an expressive Groovy-derived specification language. Compatible with JUnit runners so easy to use with standard build tools and IDEs. * [TestNG](http://testng.org/) - Testing framework. * [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing.