spec/feedzirra/parser/atom_entry_spec.rb in julien51-feedzirra-0.0.13 vs spec/feedzirra/parser/atom_entry_spec.rb in julien51-feedzirra-0.0.14

- old
+ new

@@ -26,10 +26,10 @@ it "should provide a summary" do @entry.summary.should == "Late last year an entrepreneur from Turkey visited me at Amazon HQ in Seattle. We talked about his plans to use AWS as part of his new social video portal startup. I won't spill any beans before he's ready to..." end it "should parse the published date" do - @entry.published.to_s.should == "Fri Jan 16 18:21:00 UTC 2009" + @entry.published.utc.to_s.should == "Fri Jan 16 18:21:00 UTC 2009" end it "should parse the categories" do @entry.categories.should == ['Turkey', 'Seattle'] end \ No newline at end of file