# File test/test_line.rb, line 275 def test_nothing_but_the_graph g = setup_basic_graph(400) g.title = "THIS TITLE SHOULD NOT DISPLAY!!!" g.hide_line_markers = true g.hide_legend = true g.hide_title = true g.write("test/output/line_nothing_but_the_graph.png") end