Sha256: bb44f0e459eb4c15d7d3a1c5b167139241e41d821c338a097151b1d1be947b32
Contents?: true
Size: 544 Bytes
Versions: 22
Compression:
Stored size: 544 Bytes
Contents
# require File.dirname(__FILE__) + "/gruff_test_case" # # class TestGruffBullet < GruffTestCase # # def setup # @data_args = [75, 100, { # :target => 80, # :low => 50, # :high => 90 # }] # end # # def test_bullet_graph # g = Gruff::Bullet.new # g.title = "Monthly Revenue" # g.data *@data_args # g.write("test/output/bullet_greyscale.png") # end # # def test_no_options # g = Gruff::Bullet.new # g.data 127, 150 # g.write("test/output/bullet_no_options.png") # end # # end
Version data entries
22 entries across 22 versions & 11 rubygems