From d7b8ba8e32f0e4dd6600babb4ea35dcad0e24153 Mon Sep 17 00:00:00 2001 From: gitetsu Date: Fri, 13 Dec 2013 23:12:07 +0900 Subject: [PATCH] Fixed PHPSpec link Repository moved. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d195e..2dcfbab 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework. * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit. -* [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library. +* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library. * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework. * [Atoum](https://github.com/atoum/atoum) - A simple testing library. * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.