Class TestGruffBar
In: test/test_bar.rb
Parent: GruffTestCase

Methods

Public Instance methods

TODO Delete old output files once when starting tests

Somewhat worthless test. Should an error be thrown? def test_nil_font

  g = setup_basic_graph 400
  g.title = "Nil Font"
  g.font = nil
  g.write "test/output/bar_nil_font.png"

end

Protected Instance methods

[Validate]