Browse Source

CLDC-4178: factory updates

pull/3188/head
Nat Dean-Lewis 2 weeks ago
parent
commit
76e1ba32d4
  1. 2
      spec/factories/sales_log.rb

2
spec/factories/sales_log.rb

@ -299,6 +299,7 @@ FactoryBot.define do
age1 { 27 } age1 { 27 }
sexrab1 { "F" } sexrab1 { "F" }
sex1 { "F" } sex1 { "F" }
gender_same_as_sex1 { 1 }
national { 18 } national { 18 }
buy1livein { 1 } buy1livein { 1 }
relat2 { "P" } relat2 { "P" }
@ -311,7 +312,6 @@ FactoryBot.define do
ethnic_group { 17 } ethnic_group { 17 }
sexrab2 { "R" } sexrab2 { "R" }
sex2 { "X" } sex2 { "X" }
gender_same_as_sex1 { 1 }
gender_same_as_sex2 { 2 } gender_same_as_sex2 { 2 }
gender_description2 { "Non-binary" } gender_description2 { "Non-binary" }
buy2livein { "1" } buy2livein { "1" }

Loading…
Cancel
Save