Browse Source

CLDC-4157: Update scheme factory

CLDC-4157-remove-nursing-care-from-scheme-support
samyou-softwire 1 week ago
parent
commit
7e173d942b
  1. 2
      spec/factories/scheme.rb

2
spec/factories/scheme.rb

@ -3,7 +3,7 @@ FactoryBot.define do
service_name { "#{Faker::Name.name}'s Housing & Co." }
sensitive { Faker::Number.within(range: 0..1) }
registered_under_care_act { 1 }
support_type { [0, 2, 3, 4, 5].sample }
support_type { [0, 2, 3, 4].sample }
scheme_type { 4 }
arrangement_type { "D" }
intended_stay { %w[M P S V X].sample }

Loading…
Cancel
Save