|
|
|
@ -16,11 +16,11 @@ RSpec.describe Form::Sales::Questions::ExchangeDate, type: :model do
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the correct header" do |
|
|
|
|
expect(question.header).to eq("What is the exchange of contracts date?") |
|
|
|
|
expect(question.header).to eq("Q81 - What is the exchange of contracts date?") |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the correct check_answer_label" do |
|
|
|
|
expect(question.check_answer_label).to eq("Q81 - Exchange of contracts date") |
|
|
|
|
expect(question.check_answer_label).to eq("Exchange of contracts date") |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the correct type" do |
|
|
|
|