Updated spec and rails helper

This commit is contained in:
Priit Tark 2015-01-27 11:26:21 +02:00
parent 221c62c846
commit 155cb812d9
5 changed files with 32 additions and 28 deletions

View file

@ -17,6 +17,7 @@ describe 'EPP Poll', epp: true do
end
it 'returns no messages in poll' do
ApiLog::EppLog.delete_all
response = epp_request(epp_xml.poll, :xml)
expect(response[:msg]).to eq('Command completed successfully; no messages')