@ -3,7 +3,7 @@ class Form::Sales::Questions::PurchasePrice < ::Form::Question
super
@id = "value"
@check_answer_label = "Purchase price"
@header = "What is the full purchase price?"
@header = "Q100 - What is the full purchase price?"
@type = "numeric"
@min = 0
@width = 5
@ -3,7 +3,7 @@ class Form::Sales::Questions::PurchasePriceOutrightOwnership < ::Form::Question
@header = "Q110 - What is the full purchase price?"
@ -3,7 +3,7 @@ class Form::Sales::Questions::Value < ::Form::Question
@check_answer_label = "Full purchase price"
@header = "What was the full purchase price?"
@header = "Q88 - What was the full purchase price?"
@ -16,7 +16,7 @@ RSpec.describe Form::Sales::Questions::PurchasePrice, type: :model do
end
it "has the correct header" do
expect(question.header).to eq("What is the full purchase price?")
expect(question.header).to eq("Q100 - What is the full purchase price?")
it "has the correct check_answer_label" do
@ -16,7 +16,7 @@ RSpec.describe Form::Sales::Questions::Value, type: :model do
expect(question.header).to eq("What was the full purchase price?")
expect(question.header).to eq("Q88 - What was the full purchase price?")