spec/weather_services/wunderground_spec.rb in barometer-0.7.1 vs spec/weather_services/wunderground_spec.rb in barometer-0.7.2

- old
+ new

@@ -197,11 +197,11 @@ # sun_set = @measurement.timezone.tz.local_to_utc(set) # build current #@measurement.current.sun.rise.should == sun_rise #@measurement.current.sun.set.should == sun_set - @measurement.current.sun.rise.to_s.should == "06:23 am" - @measurement.current.sun.set.to_s.should == "08:45 pm" + @measurement.current.sun.rise.to_s.should == "05:26 am" + @measurement.current.sun.set.to_s.should == "09:41 pm" end end end \ No newline at end of file