diff --git a/Library/Homebrew/test/PATH_spec.rb b/Library/Homebrew/test/PATH_spec.rb index b6f884d665..db5df9b44f 100644 --- a/Library/Homebrew/test/PATH_spec.rb +++ b/Library/Homebrew/test/PATH_spec.rb @@ -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