Merge pull request #790 from korolvs/patch-1

Small typo in rspec integration documentation
This commit is contained in:
Markus Schirp 2018-11-30 11:29:43 +00:00 committed by GitHub
commit 343dcec22b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ To add mutant to your rspec code base you need to:
2. Run mutant against the rspec integration
```sh
bundle exec mutant --include lib --require 'your_library.rb' --use minitest -- 'YourLibrary*'
bundle exec mutant --include lib --require 'your_library.rb' --use rspec -- 'YourLibrary*'
```
## Run through example