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