Skip to content

Commit

Permalink
Add a note about #have matcher to the -s/--skip-dynamic-analysis section
Browse files Browse the repository at this point in the history
Related to #42.
  • Loading branch information
yujinakayama committed Feb 25, 2014
1 parent 994ac91 commit 7c136de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Running dynamic analysis with command "bundle exec rspec"...

### `-s/--skip-dynamic-analysis`

Skip dynamic analysis and convert with only static analysis. Note that specifying this option decreases the conversion accuracy.
Skip dynamic analysis and convert with only static analysis. Note that specifying this option decreases the conversion accuracy especially in the conversion of [`have(n).items` matcher](#havenitems-matcher).

### `-c/--rspec-command`

Expand Down
2 changes: 1 addition & 1 deletion README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Running dynamic analysis with command "bundle exec rspec"...

### `-s/--skip-dynamic-analysis`

Skip dynamic analysis and convert with only static analysis. Note that specifying this option decreases the conversion accuracy.
Skip dynamic analysis and convert with only static analysis. Note that specifying this option decreases the conversion accuracy especially in the conversion of [`have(n).items` matcher](#havenitems-matcher).

### `-c/--rspec-command`

Expand Down

0 comments on commit 7c136de

Please sign in to comment.