Browse Source

test: updates

pull/1123/head
natdeanlewissoftwire 4 years ago
parent
commit
1a54674bdf
  1. 1
      spec/factories/sales_log.rb
  2. 2
      spec/models/form/sales/questions/buyer_still_serving_spec.rb

1
spec/factories/sales_log.rb

@ -73,6 +73,7 @@ FactoryBot.define do
pregghb { 1 } pregghb { 1 }
disabled { 1 } disabled { 1 }
hhregres { 1 } hhregres { 1 }
hhregresstill { 4 }
end end
end end
end end

2
spec/models/form/sales/questions/buyer_still_serving_spec.rb

@ -12,7 +12,7 @@ RSpec.describe Form::Sales::Questions::BuyerStillServing, type: :model do
end end
it "has the correct id" do it "has the correct id" do
expect(question.id).to eq("hhregres") expect(question.id).to eq("hhregresstill")
end end
it "has the correct header" do it "has the correct header" do

Loading…
Cancel
Save