Skip to content

Commit

Permalink
Fixed broken spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Mar 4, 2009
1 parent 92b7e8f commit 56de3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/addressable/uri_spec.rb
Expand Up @@ -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

Expand Down

0 comments on commit 56de3e9

Please sign in to comment.