mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Sequence fix
This commit is contained in:
parent
7676b76df8
commit
af90bad544
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
Fabricator(:contact) do
|
||||
name { sequence(:hostname) { |i| "#{Faker::Name.name}#{i}" } }
|
||||
name { sequence(:name) { |i| "#{Faker::Name.name}#{i}" } }
|
||||
phone '+372.12345678'
|
||||
email Faker::Internet.email
|
||||
ident '37605030299'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue