We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 000d7c5 + 1a805a6 commit ea993bdCopy full SHA for ea993bd
docs/mutant-rspec.md
@@ -17,11 +17,7 @@ To add mutant to your rspec code base you need to:
17
gem 'mutant-rspec'
18
```
19
20
-2. Run mutant against the rspec integration
21
-
22
- ```sh
23
- bundle exec mutant --include lib --require 'your_library.rb' --use rspec -- 'YourLibrary*'
24
- ```
+2. Run mutant against the rspec integration via the `--use rspec` flag.
25
26
## Run through example
27
0 commit comments