From fa149c7cad6ac39896394df0c6d14d31052b6cc3 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 14 Oct 2013 10:27:37 +0200 Subject: [PATCH] Remove heckle from alternatives section IMHO it is not an alternative: * Only supports MRI 1.8 * Produces lots of invalid syntax mutations * No mutation isolation * Weak AST coverage with blind spots * No test selection strategy (mutant is also suboptimal here) * Based on a parser that cannot parse ruby stdlib (parser can) * Unmaintained --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 71802091..13d537b8 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,6 @@ current prefix level, these example groups *must* kill the mutation. This test selection strategy is compatible with the old `--rspec-dm2` and `--rspec-unit` strategy. The old flags where removed. It allows to define very fine grained specs, or coarse grained - as you like. -Alternatives ------------- - -* [heckle](https://github.com/seattlerb/heckle) - Support -------