Skip to content

Commit 1a805a6

Browse files
committed
Remove contribution f473996
* Remove [email protected]:f47399600523fc4a42522b54fb01b44023bd3a7a
1 parent 000d7c5 commit 1a805a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/mutant-rspec.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ To add mutant to your rspec code base you need to:
1717
gem 'mutant-rspec'
1818
```
1919

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-
```
20+
2. Run mutant against the rspec integration via the `--use rspec` flag.
2521

2622
## Run through example
2723

0 commit comments

Comments
 (0)