Merge pull request #781 from mbj/improve/integration-docs-again

Fix wording for integration test run through example
This commit is contained in:
Joy Koech 2018-11-28 13:18:56 +01:00 committed by GitHub
commit bb7edf540d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

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

View file

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