diff options
| author | Alban Peignier | 2017-12-28 08:15:44 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-12-28 08:15:44 +0100 | 
| commit | 5d43b4bc7b0a09c5c84692fdebc216408e90dfed (patch) | |
| tree | e8e5b48207b2beb25294142e6b3c300d0256572e | |
| parent | 0c61125db6b3ab082e007a510a92bdfa742894bd (diff) | |
| download | chouette-core-5d43b4bc7b0a09c5c84692fdebc216408e90dfed.tar.bz2 | |
Include purchase_windows in vehicle_journey state into specs. Refs #5407
| -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) | 
