Fix wording for integration test run through example
* Includes grammar fixes by @jschirp
This commit is contained in:
parent
3e70c29ef2
commit
a54e0e048a
2 changed files with 6 additions and 5 deletions
|
@ -144,5 +144,6 @@ Mutations/s: 107.60
|
|||
Coverage: 99.90%
|
||||
```
|
||||
|
||||
This shows mutant detected the redundant alive conditional.
|
||||
Feel free to also remove some tests. Or do other modifications to either tests or code.
|
||||
This shows mutant detected the alive mutation. Which shows the conditional we deliberately added above is redundant.
|
||||
|
||||
Feel free to also remove some tests. Or do other modifications to either test or code.
|
||||
|
|
|
@ -110,9 +110,9 @@ Mutations/s: 19.81
|
|||
Coverage: 99.90%
|
||||
```
|
||||
|
||||
This shows mutant detected the redundant alive conditional.
|
||||
Feel free to also remove some tests. Or do other modifications to either tests or code.
|
||||
The integration into rspec.
|
||||
This shows mutant detected the alive mutation. Which shows the conditional we deliberately added above is redundant.
|
||||
|
||||
Feel free to also remove some tests. Or do other modifications to either test or code.
|
||||
|
||||
Test-Selection
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue