Skip to content

Commit

Permalink
Fix wording for integration test run through example
Browse files Browse the repository at this point in the history
* Includes grammar fixes by @jschirp
  • Loading branch information
mbj committed Nov 28, 2018
1 parent 3e70c29 commit a54e0e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/mutant-minitest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions docs/mutant-rspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down

0 comments on commit a54e0e0

Please sign in to comment.