Closed JunichiIto closed 10 years ago
You wrote "RSpec prefers eq over == to indicate an expectation of equality". I feel it is allowed to write as expect(x).to == y, but it isn't. I think you should explicitly explain "==" is not allowed.
eq
==
expect(x).to == y
I've fixed this for the next release.
You wrote "RSpec prefers
eq
over==
to indicate an expectation of equality". I feel it is allowed to write asexpect(x).to == y
, but it isn't. I think you should explicitly explain "==" is not allowed.