From 13039e2a20513573695ad63f51fd289e42dd4d7b Mon Sep 17 00:00:00 2001 From: heldev Date: Sun, 16 Jul 2017 15:05:21 -0400 Subject: [PATCH] Remove Spock again. It was accidentally reintroduced by a big refactoring merge. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c8cde72..aa80d8a 100644 --- a/README.md +++ b/README.md @@ -811,7 +811,6 @@ A curated list of awesome Java frameworks, libraries and software. * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing of REST/HTTP services. * [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](https://github.com/spockframework/spock) - Developer testing and specification framework for Java and Groovy applications. * [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services.