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
@@ -9,7 +9,7 @@ class FoobarTag < Liquid::Tag
end
class BlankTestFileSystem
def read_template_file(template_path, context)
def read_template_file(template_path)
template_path
end
end