aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuc Donnet2017-10-04 13:29:01 +0200
committerLuc Donnet2017-10-04 13:29:01 +0200
commit458b841fbeed0fee9a1f6db981c3b18f47a84905 (patch)
treed0b43158ae0ec915320a97a4bc626ce632777109 /spec
parent7927a067f575c40a7ab7712485cf37c0f3356ad2 (diff)
downloadchouette-core-458b841fbeed0fee9a1f6db981c3b18f47a84905.tar.bz2
Rename spec test for compliance_control Refs #4690
Diffstat (limited to 'spec')
-rw-r--r--spec/models/compliance_control_class_level_defaults/route_control/speed_cccld_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/models/compliance_control_class_level_defaults/route_control/speed_cccld_spec.rb b/spec/models/compliance_control_class_level_defaults/route_control/speed_cccld_spec.rb
deleted file mode 100644
index ad2b67960..000000000
--- a/spec/models/compliance_control_class_level_defaults/route_control/speed_cccld_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-
-RSpec.describe RouteControl::Speed, type: :model do
- let( :default_code ){ "3-VehicleJourney-2" }
- let( :factory ){ :route_control_speed }
-
- it_behaves_like 'ComplianceControl Class Level Defaults'
-end