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
This commit is contained in:
Markus Schirp 2013-10-14 10:27:37 +02:00
parent 6aa8ac8c32
commit fa149c7cad

View file

@ -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
-------