Browse Source

Add a field to completed sales log in factory

pull/1068/head
Kat 4 years ago
parent
commit
b2193b275d
  1. 1
      spec/factories/sales_log.rb

1
spec/factories/sales_log.rb

@ -59,6 +59,7 @@ FactoryBot.define do
la { "E09000003" } la { "E09000003" }
savingsnk { 1 } savingsnk { 1 }
prevown { 1 } prevown { 1 }
sex3 { "X" }
end end
end end
end end

Loading…
Cancel
Save