Updated contact doc

This commit is contained in:
Priit Tark 2015-01-22 16:09:57 +02:00
parent 51978ef38a
commit 76108f83bf
3 changed files with 50 additions and 21 deletions

View file

@ -18,7 +18,7 @@ describe 'EPP Contact', epp: true do
let(:epp_xml) { EppXml::Contact.new(cl_trid: 'ABC-12345') }
context 'with valid user' do
before(:each) do
before do
Fabricate(:epp_user)
Fabricate(:epp_user, username: 'zone', registrar: zone)
Fabricate(:epp_user, username: 'elkdata', registrar: elkdata)