test/test.rb in octopress-ink-1.0.0.alpha.24 vs test/test.rb in octopress-ink-1.0.0.alpha.25
- old
+ new
@@ -1,6 +1,7 @@
require 'colorator'
+ENV['OCTOPRESS_ENV'] = 'TEST'
@has_failed = false
@failures = {}
def pout(str)
@@ -37,10 +38,10 @@
end
build
def test_tags(dir)
- tags = %w{content_for footer head include scripts assign capture wrap render}
+ tags = %w{content_for include 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}