test/hatom_test.rb in mofo-0.2.2 vs test/hatom_test.rb in mofo-0.2.3
- old
+ new
@@ -21,10 +21,10 @@
specify "should have an attached published date object" do
$hentry.published.should.be.an.instance_of Time
end
- xspecify "should have an inferred updated attribute which references the published date object" do
+ specify "should have an inferred updated attribute which references the published date object" do
$hentry.updated.should.be.an.instance_of Time
$hentry.updated.should.be $hentry.published
end
specify "should have a bookmark (permalink)" do