diff options
| -rw-r--r-- | spec/models/chouette/vehicle_journey_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/chouette/vehicle_journey_spec.rb b/spec/models/chouette/vehicle_journey_spec.rb index 60ab2b818..d74c0ebee 100644 --- a/spec/models/chouette/vehicle_journey_spec.rb +++ b/spec/models/chouette/vehicle_journey_spec.rb @@ -78,6 +78,7 @@ describe Chouette::VehicleJourney, :type => :model do item['vehicle_journey_at_stops'] = [] item['time_tables'] = [] item['footnotes'] = [] + item['purchase_windows'] = [] vj.vehicle_journey_at_stops.each do |vjas| item['vehicle_journey_at_stops'] << vehicle_journey_at_stop_to_state(vjas) |
