Fixed typo in rspec integration documentation

This commit is contained in:
Slava Korolev 2018-11-30 12:05:23 +01:00 committed by GitHub
parent ff8330bb2f
commit f473996005
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