Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Martin Lensment 2015-01-22 17:12:15 +02:00
commit 73257cce6b
6 changed files with 114 additions and 31 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)