Removed context from read_template_file, fixed tests to match new arity

This commit is contained in:
James Reid-Smith
2015-04-27 15:27:03 +00:00
parent 6390652c3f
commit 448766b0c4
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