Style fixes

This commit is contained in:
Andres Keskküla 2015-01-08 12:05:09 +02:00
parent 0a9daae72f
commit 96befb4816
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ describe 'EPP Contact', epp: true do
it 'successfully saves ident type' do it 'successfully saves ident type' do
xml = { ident: { value: '37605030299', attrs: { type: 'birthday' } } } xml = { ident: { value: '37605030299', attrs: { type: 'birthday' } } }
response = epp_request(create_contact_xml(xml), :xml) epp_request(create_contact_xml(xml), :xml)
expect(Contact.last.ident_type).to eq('birthday') expect(Contact.last.ident_type).to eq('birthday')
end end