spec/feedzirra/parser/rss_spec.rb in feedzirra-0.3.0 vs spec/feedzirra/parser/rss_spec.rb in feedzirra-0.4.0

- old
+ new

@@ -35,9 +35,13 @@ it "should parse the url" do @feed.url.should == "http://tenderlovemaking.com" end + it "should not parse hub urls" do + @feed.hubs.should == nil + end + it "should provide an accessor for the feed_url" do @feed.respond_to?(:feed_url).should == true @feed.respond_to?(:feed_url=).should == true end