Browse Source

Rubocop

pull/782/head
Stéphane Meny 3 years ago
parent
commit
5bd591ebdf
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      spec/factories/location.rb

2
spec/factories/location.rb

@ -8,7 +8,7 @@ FactoryBot.define do
mobility_type { %w[A M N W X].sample } mobility_type { %w[A M N W X].sample }
location_code { "E09000033" } location_code { "E09000033" }
location_admin_district { "Westminster" } 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 scheme
trait :export do trait :export do
postcode { "SW1A 2AA" } postcode { "SW1A 2AA" }

Loading…
Cancel
Save