Fix typo.
This commit is contained in:
parent
493c20eaf0
commit
89582c2d0e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user