TODO Delete old output files once when starting tests
TODO def test_fix_crash
g = Gruff::Line.new(370) g.title = "Crash Test" g.data "ichi", [5] g.data "ni", [0] g.data "san", [0] g.data "shi", [0] g.write("test/output/line_crash_fix_test.png")
end
TODO Reset data after each theme
[Validate]