Tell about missing 1.9.2 support [ci skip]
This commit is contained in:
parent
1dc9d647fc
commit
e35fa4b6b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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.
|
||||
|
||||
Only rspec2 is supported currently. This is subject to change.
|
||||
|
|
Loading…
Reference in a new issue