Autocorrect Faker deprecations
This commit is contained in:
parent
639fb5ff0d
commit
ca80b753e7
3 changed files with 7 additions and 7 deletions
|
|
@ -5,10 +5,10 @@ FactoryBot.define do
|
|||
social_tag { SecureRandom.urlsafe_base64(4) }
|
||||
email { Faker::Internet.email }
|
||||
sponsor_email { Faker::Internet.email }
|
||||
facebook { Faker::Internet.url('facebook.com') }
|
||||
googleplus { Faker::Internet.url('plus.google.com') }
|
||||
twitter { Faker::Internet.url('twitter.com') }
|
||||
instagram { Faker::Internet.url('instagram.com') }
|
||||
facebook { Faker::Internet.url(host: 'facebook.com') }
|
||||
googleplus { Faker::Internet.url(host: 'plus.google.com') }
|
||||
twitter { Faker::Internet.url(host: 'twitter.com') }
|
||||
instagram { Faker::Internet.url(host: 'instagram.com') }
|
||||
|
||||
conference
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue