Updated History.md and removed a couple remaining methods using the old signature

This commit is contained in:
James Reid-Smith
2015-04-27 15:45:44 +00:00
parent 448766b0c4
commit 4592afcc8b
4 changed files with 5 additions and 4 deletions

View File

@@ -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