Merge pull request #790 from korolvs/patch-1
Small typo in rspec integration documentation
This commit is contained in:
commit
343dcec22b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue