aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-05-24 12:24:00 +0200
committerTeddy Wing2017-05-26 13:20:56 +0200
commitc0f787e85a7a7435872e6013f4123fcb3d35f007 (patch)
treebedb8a25c693eaf2820420bac56af4edd7b16b6e
parente6da3ada61206ec0778fb1139bc61073cf404c7e (diff)
downloadchouette-core-c0f787e85a7a7435872e6013f4123fcb3d35f007.tar.bz2
Delete vehicle_journey_at_stop_spec.rb
We previously moved all methods in this file to other specs: * spec/models/chouette/vehicle_journey_at_stops_are_in_increasing_time_order_validator_spec.rb * spec/lib/time_duration_spec.rb There are no more tests in this file, so we can get rid of it until we add more tests. Refs #870
-rw-r--r--spec/models/chouette/vehicle_journey_at_stop_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/chouette/vehicle_journey_at_stop_spec.rb b/spec/models/chouette/vehicle_journey_at_stop_spec.rb
deleted file mode 100644
index 328f91726..000000000
--- a/spec/models/chouette/vehicle_journey_at_stop_spec.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'spec_helper'
-
-describe Chouette::VehicleJourneyAtStop, :type => :model do
-end