Fix newline

This commit is contained in:
Markus Schirp 2018-11-20 13:47:05 +00:00
parent b71b76ec71
commit 8ca22780d9

View file

@ -249,6 +249,7 @@ Only Mutating Changed Code
--------------------------
Running mutant for the first time on an existing codebase can be a rather disheartening experience due to the large number of alive mutations found! Mutant has a setting that can help. Using the `--since` argument, mutant will only mutate code that has been modified. This allows you to introduce mutant into an existing code base without drowning in errors. Example usage that will mutate all code changed between master and the current branch:
```
bundle exec mutant --include lib --require virtus --since master --use rspec Virtus::Attribute#type
```