From 4bec842c8711716b0a9bd291553f72bf11d06946 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 10 Dec 2016 12:08:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ac69a9..ad19e0e 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013. * [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. -* [RAML-Tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. +* [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for 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.