# File test/test_scene.rb, line 34 def test_partly_cloudy g = setup_scene g.weather = "partly cloudy" g.haze = false g.time = Time.mktime(2006, 7, 4, 13, 00) g.write "test/output/scene_partly_cloudy_day.png" end