use .osrm.edges file in Rake task and cucumber tests

This commit is contained in:
Emil Tin
2012-05-05 16:12:58 +02:00
parent 71b90ab216
commit f5da6a0e5f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ Given /^the preprocessed files for "([^"]*)" are present and up to date$/ do |ar
File.exists?("#{area}.osrm.restrictions").should == true
File.exists?("#{area}.osrm.hsgr").should == true
File.exists?("#{area}.osrm.nodes").should == true
File.exists?("#{area}.osrm.edges").should == true
File.exists?("#{area}.osrm.ramIndex").should == true
File.exists?("#{area}.osrm.fileIndex").should == true
end