Test::Unit::TestCase
(Not documented)
# File test/burning_ship_test.rb, line 7 def setup burning_ship = BurningShip.new burning_ship.write end
# File test/burning_ship_test.rb, line 12 def teardown File.delete('fractal.png') end
# File test/burning_ship_test.rb, line 16 def test_file_size assert_equal(10418, File.size?('fractal.png')) end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.