diff options
| author | Teddy Wing | 2017-05-24 12:24:00 +0200 |
|---|---|---|
| committer | Robert | 2017-05-29 08:49:52 +0200 |
| commit | 682bbac39d4c0da1a502f3395f07ad3f30df9497 (patch) | |
| tree | 29c12f1b42460ace513769eda95b7fa034db6646 /spec | |
| parent | e140e7b4d86b8439f121e8cef4637350f43c893c (diff) | |
| download | chouette-core-682bbac39d4c0da1a502f3395f07ad3f30df9497.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
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/models/chouette/vehicle_journey_at_stop_spec.rb | 4 |
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 |
