Remove real names from tests

This commit is contained in:
Martin Lensment 2014-12-09 16:35:36 +02:00
parent 987ba7db50
commit f71136238a
5 changed files with 198 additions and 198 deletions

View file

@ -14,7 +14,7 @@ describe 'EPP Contact', epp: true do
let(:server_zone) { Epp::Server.new({ server: 'localhost', tag: 'zone', password: 'ghyt9e4fu', port: 701 }) }
let(:server_elkdata) { Epp::Server.new({ server: 'localhost', tag: 'elkdata', password: 'ghyt9e4fu', port: 701 }) }
let(:elkdata) { Fabricate(:registrar, { name: 'Elkdata', reg_no: '123' }) }
let(:zone) { Registrar.where(reg_no: '10577829').first || Fabricate(:registrar) }
let(:zone) { Registrar.where(reg_no: '12345678').first || Fabricate(:registrar) }
context 'with valid user' do
before(:each) do