spec/feedzirra/atom_entry_spec.rb in pauldix-feedzirra-0.0.1 vs spec/feedzirra/atom_entry_spec.rb in pauldix-feedzirra-0.0.2
- old
+ new
@@ -28,6 +28,10 @@
end
it "should parse the published date" do
@entry.published.to_s.should == "Fri Jan 16 18:21:00 UTC 2009"
end
+
+ it "should parse the categories" do
+ @entry.categories.should == ['Turkey', 'Seattle']
+ end
end
\ No newline at end of file