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