# File test/test_scene.rb, line 26
  def test_not_hazy
    g = setup_scene
    g.weather = "cloudy"
    g.haze = false
    g.time = Time.mktime(2006, 7, 4, 6, 00)
    g.write "test/output/scene_not_hazy_day.png"
  end