mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Updated History.md and removed a couple remaining methods using the old signature
This commit is contained in:
@@ -5,7 +5,7 @@ class FileSystemUnitTest < Minitest::Test
|
||||
|
||||
def test_default
|
||||
assert_raises(FileSystemError) do
|
||||
BlankFileSystem.new.read_template_file("dummy", {'dummy'=>'smarty'})
|
||||
BlankFileSystem.new.read_template_file("dummy")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user