internetee-registry/spec/fabricators/registrant_verification_fabricator.rb
2015-05-19 15:08:03 +03:00

7 lines
213 B
Ruby

Fabricator(:registrant_verification) do
domain_name { sequence(:name) { |i| "domain#{i}.ee" } }
domain(fabricate: :domain)
verification_token '123'
action 'confirmed'
action_type 'registrant_change'
end