test/test.rb in octopress-ink-1.0.0.alpha.21 vs test/test.rb in octopress-ink-1.0.0.alpha.22
- old
+ new
@@ -37,10 +37,10 @@
end
build
def test_tags(dir)
- tags = %w{content_for footer head include include_plugin include_theme include_theme_override scripts include_if assign capture}
+ tags = %w{content_for footer head include scripts assign capture wrap}
tags.each { |file| test("test_tags/#{file}.html", dir) }
end
def test_layouts(dir)
layouts = %w{local plugin_layout theme theme_override}