From 6872deb20565cbb0431043a7e7218ce10fdb0c6c Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 14 Jul 2014 18:32:19 +0000 Subject: [PATCH] Reduce redundant information in the README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c39efe74..fcf88e97 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,6 @@ Blog-Posts * http://www.sitepoint.com/mutation-testing-mutant/ * http://solnic.eu/2013/01/23/mutation-testing-with-mutant.html -Integrations ------------- - -rspec2 and rspec-3 are supported currently. Minitest support is still *planned*. - Projects using Mutant --------------------- @@ -77,6 +72,8 @@ Please add an explicit dependency to `rspec-core` for the rspec version you want gem install mutant-rspec ``` +The minitest integration is still in the works. + Mutations ---------