Notify losing registrar

This commit is contained in:
Martin Lensment 2015-04-02 18:28:13 +03:00
parent 642eda06fd
commit 830c2a9497
5 changed files with 31 additions and 9 deletions

View file

@ -1,2 +1,5 @@
Fabricator(:domain_transfer) do
domain
transfer_from { Fabricate(:registrar) }
transfer_to { Fabricate(:registrar) }
end