Fix typo.

This commit is contained in:
Markus Reiter 2018-07-17 12:52:36 +02:00
parent 493c20eaf0
commit 89582c2d0e

View File

@ -69,7 +69,7 @@ describe PATH do
end end
describe "#==" do describe "#==" do
it "always returns false when comparing against something which does not respons to `#to_ary` or `#to_str`" do it "always returns false when comparing against something which does not respond to `#to_ary` or `#to_str`" do
expect(described_class.new).not_to eq Object.new expect(described_class.new).not_to eq Object.new
end end
end end