diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb b/spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb index f47d7dfd1..8010cf9b2 100644 --- a/spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb +++ b/spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb @@ -14,8 +14,8 @@ describe Chouette::VehicleJourneyAtStop do ].each do |arrival_time, departure_time| at_stops << build( :vehicle_journey_at_stop, - arrival_time: "2000-01-01 #{arrival_time} UTC", - departure_time: "2000-01-01 #{departure_time} UTC", + arrival_time: arrival_time, + departure_time: departure_time, # TODO: make this the default arrival_day_offset: 0, |
