Tell about missing 1.9.2 support [ci skip]

This commit is contained in:
Markus Schirp 2013-06-17 12:34:37 +02:00
parent 1dc9d647fc
commit e35fa4b6b9

View file

@ -10,7 +10,7 @@ Mutant is a mutation testing tool for ruby. It aims to be better than existing m
The idea is that if code can be changed and your tests do not notice, either that code isn't being covered The idea is that if code can be changed and your tests do not notice, either that code isn't being covered
or it does not have a speced side effect. or it does not have a speced side effect.
Mutant supports MRI and RBX gte 19-mode, while support for jruby is planned. It should also work under any ruby Mutant supports MRI and RBX gte 19-mode (1.9.3!), while support for jruby is planned. It should also work under any ruby
engine that supports POSIX-fork(2) semantics. engine that supports POSIX-fork(2) semantics.
Only rspec2 is supported currently. This is subject to change. Only rspec2 is supported currently. This is subject to change.