@ -15,7 +15,6 @@ class Form::Lettings::Questions::AddressLine1 < ::Form::Question
log.address_line1,
log.address_line2,
log.postcode_full,
log.town_or_city,
log.county,
].select(&:present?).join("\n")
end
@ -7,8 +7,4 @@ class Form::Lettings::Questions::TownOrCity < ::Form::Question
@plain_label = true
@disable_clearing_if_not_routed_or_dynamic_answer_options = true
def hidden_in_check_answers?(_log = nil, _current_user = nil)
true
@ -15,7 +15,6 @@ class Form::Sales::Questions::AddressLine1 < ::Form::Question
@ -7,8 +7,4 @@ class Form::Sales::Questions::TownOrCity < ::Form::Question
@ -42,8 +42,4 @@ RSpec.describe Form::Lettings::Questions::TownOrCity, type: :model do
it "has the correct check_answers_card_number" do
expect(question.check_answers_card_number).to be_nil
it "has the correct hidden_in_check_answers" do
expect(question.hidden_in_check_answers?).to eq(true)
@ -42,8 +42,4 @@ RSpec.describe Form::Sales::Questions::TownOrCity, type: :model do