requires_attribute helper

This commit is contained in:
Martin Lensment 2015-01-27 15:08:45 +02:00
parent 6187c3fc9f
commit 857ab488b8
4 changed files with 54 additions and 17 deletions

View file

@ -944,7 +944,7 @@ describe 'EPP Domain', epp: true do
it 'returns an error for incorrect op attribute' do
response = epp_plain_request(domain_transfer_xml({}, 'bla'), :xml)
response[:result_code].should == '2306'
response[:msg].should == 'Attribute op is invalid'
response[:msg].should == 'Attribute is invalid: op'
end
it 'creates new pw after successful transfer' do