cuke: use .osm by default, add tests for .pbf

This commit is contained in:
Emil Tin
2014-03-19 18:03:38 +01:00
committed by Emil Tin
parent 72f41c5b4f
commit 220e7748a9
3 changed files with 171 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@ Given /^the profile "([^"]*)"$/ do |profile|
set_profile profile
end
Given(/^the import format "(.*?)"$/) do |format|
set_input_format format
end
Given /^a grid size of (\d+) meters$/ do |meters|
set_grid_size meters
end