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

This commit is contained in:
Martin Lensment 2015-03-30 10:47:45 +03:00
commit 45f816f160
3 changed files with 14 additions and 10 deletions

View file

@ -691,7 +691,7 @@ describe 'EPP Domain', epp: true do
})
response = epp_plain_request(xml, :xml)
response[:msg].should == 'Admin contact can be only private person'
response[:msg].should == 'Admin contact can be private person only'
response[:result_code].should == '2306'
end
end