Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
youpy committed Jun 23, 2008
1 parent 8096e25 commit a3ecb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/www-favicon_spec.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@favicon.find('http://www.example.com/').should == 'http://www.example.com/favicon.ico' @favicon.find('http://www.example.com/').should == 'http://www.example.com/favicon.ico'
end end


it "should find from default path" do it "should not find from default path" do
@favicon.stub!(:request).and_return(expect(:body => '<html></html>'), expect(:code => '404')) @favicon.stub!(:request).and_return(expect(:body => '<html></html>'), expect(:code => '404'))
@favicon.find('http://example.com/').should be_nil @favicon.find('http://example.com/').should be_nil
end end
Expand Down

0 comments on commit a3ecb2a

Please sign in to comment.