test/test.rb in octopress-ink-1.0.0.alpha.19 vs test/test.rb in octopress-ink-1.0.0.alpha.20
- 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}
+ tags = %w{content_for footer head include include_plugin include_theme include_theme_override scripts include_if}
tags.each { |file| test("tag_tests/#{file}.html", dir) }
end
def test_layouts(dir)
layouts = %w{local plugin_layout theme theme_override}