aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-05-12 12:31:44 +0200
committerTeddy Wing2017-05-12 17:56:27 +0200
commit5ee1bd5730e65575f1a7ea179565231b15ecff39 (patch)
treebeaf2fe2ea378906e7993c05b32342092be38e9d
parent806b4e72d5f084cffab136c0c81427e82162efd9 (diff)
downloadchouette-core-5ee1bd5730e65575f1a7ea179565231b15ecff39.tar.bz2
vehicle_journey_spec.rb: Fix whitespace
-rw-r--r--spec/models/chouette/vehicle_journey_spec.rb2
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
)