diff options
| -rw-r--r-- | spec/models/chouette/vehicle_journey_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/chouette/vehicle_journey_spec.rb b/spec/models/chouette/vehicle_journey_spec.rb index 4bca8f488..7ddb82b70 100644 --- a/spec/models/chouette/vehicle_journey_spec.rb +++ b/spec/models/chouette/vehicle_journey_spec.rb @@ -284,7 +284,7 @@ describe Chouette::VehicleJourney, :type => :model do first stop that they make" do journey_missing_stop = create(:vehicle_journey) journey_early = create( - :vehicle_journey, + :vehicle_journey, route: journey_missing_stop.route, journey_pattern: journey_missing_stop.journey_pattern ) |
