spec/feedzirra/parser/rss_spec.rb in feedzirra-0.0.24 vs spec/feedzirra/parser/rss_spec.rb in feedzirra-0.0.30
- old
+ new
@@ -22,10 +22,14 @@
end
it "should parse the title" do
@feed.title.should == "Tender Lovemaking"
end
-
+
+ it "should parse the description" do
+ @feed.description.should == "The act of making love, tenderly."
+ end
+
it "should parse the url" do
@feed.url.should == "http://tenderlovemaking.com"
end
it "should provide an accessor for the feed_url" do
\ No newline at end of file