|
|
|
@ -8,7 +8,7 @@ FactoryBot.define do
|
|
|
|
|
mobility_type { %w[A M N W X].sample } |
|
|
|
|
location_code { "E09000033" } |
|
|
|
|
location_admin_district { "Westminster" } |
|
|
|
|
startdate { Faker::Date.between(from: 6.months.ago, to: Date.today) } |
|
|
|
|
startdate { Faker::Date.between(from: 6.months.ago, to: Time.zone.today) } |
|
|
|
|
scheme |
|
|
|
|
trait :export do |
|
|
|
|
postcode { "SW1A 2AA" } |
|
|
|
|