diff --git a/spec/addressable/uri_spec.rb b/spec/addressable/uri_spec.rb index b34de517..0debee9d 100644 --- a/spec/addressable/uri_spec.rb +++ b/spec/addressable/uri_spec.rb @@ -852,8 +852,8 @@ def self.transform(name, value) @uri.hash.should_not == @uri.to_s.hash end - it "should have the same hash as an equivalent URI" do - @uri.hash.should == Addressable::URI.parse("http://example.com:80/").hash + it "should have the same hash as an equal URI" do + @uri.hash.should == Addressable::URI.parse("http://example.com/").hash end end