spec/service_wunderground_spec.rb in attack-barometer-0.1.0 vs spec/service_wunderground_spec.rb in attack-barometer-0.2.3

- old
+ new

@@ -1,10 +1,10 @@ require 'spec_helper' describe "Wunderground" do before(:each) do - @accepted_formats = [:zipcode, :postalcode, :coordinates, :geocode] + @accepted_formats = [:zipcode, :postalcode, :icao, :coordinates, :geocode] @base_uri = "http://api.wunderground.com/auto/wui/geo" end describe "the class methods" do \ No newline at end of file