|
|
|
|
@ -37,8 +37,6 @@ RSpec.describe Form::Sales::Questions::PropertyLocalAuthority, type: :model do
|
|
|
|
|
let(:start_date) { Time.utc(2022, 4, 1) } |
|
|
|
|
|
|
|
|
|
it "has the correct answer_options" do |
|
|
|
|
Rails.application.load_seed |
|
|
|
|
|
|
|
|
|
expect(question.answer_options).to eq({ |
|
|
|
|
"" => "Select an option", |
|
|
|
|
"E06000001" => "Hartlepool", |
|
|
|
|
@ -363,8 +361,6 @@ RSpec.describe Form::Sales::Questions::PropertyLocalAuthority, type: :model do
|
|
|
|
|
let(:start_date) { Time.utc(2023, 4, 1) } |
|
|
|
|
|
|
|
|
|
it "has the correct answer_options" do |
|
|
|
|
Rails.application.load_seed |
|
|
|
|
|
|
|
|
|
expect(question.answer_options).to eq({ |
|
|
|
|
"" => "Select an option", |
|
|
|
|
"E06000001" => "Hartlepool", |
|
|
|
|
|