From d8e2d4778eeb4117bea8a1bc9135a44720e65505 Mon Sep 17 00:00:00 2001 From: Zhong Zheng Date: Mon, 10 Jul 2017 15:12:34 +1000 Subject: [PATCH] Update README.md (#1169) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0017206a..1af8adf4e 100644 --- a/README.md +++ b/README.md @@ -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