spec/import_spec.rb in cartodb-importer-0.2.10 vs spec/import_spec.rb in cartodb-importer-0.2.11
- old
+ new
@@ -275,10 +275,10 @@
it "should import a shapefile from NaturalEarthData.com" do
importer = CartoDB::Importer.new :import_from_url => "http://www.nacis.org/naturalearth/10m/cultural/10m_parks_and_protected_areas.zip",
:database => "cartodb_importer_test", :username => 'postgres', :password => '',
:host => 'localhost', :port => 5432
result = importer.import!
- #result.rows_imported.should == 4365
+ result.rows_imported.should == 312
result.import_type.should == '.shp'
end
end
end