diff --git a/features/support/route.rb b/features/support/route.rb index 097233e07..87ba77caa 100644 --- a/features/support/route.rb +++ b/features/support/route.rb @@ -61,7 +61,7 @@ def route_status response end def way_list instructions - instructions. + instructions.reject { |r| r[0]=='You have reached your destination' }. map { |r| r[1] }. map { |r| r=="" ? '""' : r }. join(',')