Browse Source

CLDC-2075: Linting

pull/1707/head
Aaron Spencer 3 years ago
parent
commit
96e361ea60
  1. 1
      spec/models/form/sales/questions/shared_ownership_type_spec.rb

1
spec/models/form/sales/questions/shared_ownership_type_spec.rb

@ -40,6 +40,7 @@ RSpec.describe Form::Sales::Questions::SharedOwnershipType, type: :model do
context "when form start date is 2022/23" do
let(:start_date) { Time.zone.local(2022, 4, 1) }
it "has the correct answer_options" do
expect(question.answer_options).to eq({
"2" => { "value" => "Shared Ownership" },

Loading…
Cancel
Save