specs/content_spec.rb in gumdrop-0.7.4 vs specs/content_spec.rb in gumdrop-0.7.5
- old
+ new
@@ -42,10 +42,10 @@
content.must_equal expected
end
it "should relativize all absolute paths (when starts with /)" do
site= get_test_site
- # puts site.node_tree.keys
+ # puts site.content_hash.keys
page= site.contents('posts/post1.html').first
content= page.render
expected= get_expected('posts/post1.html')
# puts content
\ No newline at end of file