Removed context from read_template_file, fixed tests to match new arity

This commit is contained in:
James Reid-Smith
2014-09-11 23:27:08 +00:00
parent 478eb893a9
commit cbd1a07c1c
4 changed files with 7 additions and 27 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class RenderProfilingTest < Minitest::Test
include Liquid
class ProfilingFileSystem
def read_template_file(template_path, context)
def read_template_file(template_path)
"Rendering template {% assign template_name = '#{template_path}'%}\n{{ template_name }}"
end
end