lib/tap/generator/generators/file_task/templates/test.erb in bahuvrihi-tap-0.10.4 vs lib/tap/generator/generators/file_task/templates/test.erb in bahuvrihi-tap-0.10.5

- old
+ new

@@ -15,10 +15,10 @@ # % rake test keep_outputs=true t = <%= const.name %>.new assert_files do |input_files| input_files.each do |source| - target = method_filepath(:output, 'result.yml') + target = method_root.filepath(:output, 'result.yml') t.enq(source, target) end app.run app.results(t) \ No newline at end of file