Skip to content

Commit

Permalink
Update README.md (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhong-z authored and myronmarston committed Jul 10, 2017
1 parent 4847ef0 commit d8e2d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -257,7 +257,7 @@ expect(double).to receive(:msg).with("B", 2, 4)
## Argument Matchers

Arguments that are passed to `with` are compared with actual arguments
received using ==. In cases in which you want to specify things about the
received using ===. In cases in which you want to specify things about the
arguments rather than the arguments themselves, you can use any of the
matchers that ship with rspec-expectations. They don't all make syntactic
sense (they were primarily designed for use with RSpec::Expectations), but
Expand Down

0 comments on commit d8e2d47

Please sign in to comment.