We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502b00d commit 5bd7168Copy full SHA for 5bd7168
spec/value_objects/conviction_type_spec.rb
@@ -503,15 +503,6 @@
503
it { expect(conviction_type.calculator_class).to eq(Calculators::AdditionCalculator::PlusTwelveMonths) }
504
end
505
506
- context "when ADULT_REPRIMAND" do
507
- let(:subtype) { "adult_reprimand" }
508
-
509
- it { expect(conviction_type.skip_length?).to eq(true) }
510
- it { expect(conviction_type.relevant_order?).to eq(false) }
511
- it { expect(conviction_type.no_drag_through?).to eq(false) }
512
- it { expect(conviction_type.calculator_class).to eq(Calculators::AdditionCalculator::StartPlusTwelveMonths) }
513
- end
514
515
# YOUTH_MOTORING
516
#
517
context "when YOUTH_DISQUALIFICATION" do
0 commit comments