test/test.rb in octopress-ink-1.0.0.alpha.22 vs test/test.rb in octopress-ink-1.0.0.alpha.23

- old
+ new

@@ -37,10 +37,10 @@ end build def test_tags(dir) - tags = %w{content_for footer head include scripts assign capture wrap} + tags = %w{content_for footer head include scripts assign capture wrap render} tags.each { |file| test("test_tags/#{file}.html", dir) } end def test_layouts(dir) layouts = %w{local plugin_layout theme theme_override}