Fix typo.

This commit is contained in:
Markus Reiter
2018-07-17 12:53:12 +02:00
parent 493c20eaf0
commit 89582c2d0e
+1 -1
View File
@@ -69,7 +69,7 @@ describe PATH do
end
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
end
end