Skip to content

Commit ea993bd

Browse files
authored
Merge pull request #879 from mbj/remove/contribution
Remove contribution f473996
2 parents 000d7c5 + 1a805a6 commit ea993bd

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)