Refactor + tests

This commit is contained in:
Martin Lensment 2015-05-20 13:49:34 +03:00
parent dc1ad9e6c5
commit 19e133ec6a
7 changed files with 37 additions and 25 deletions

View file

@ -1,7 +1,7 @@
xml.epp_head do
xml.response do
xml.result('code' => '2501') do
xml.msg('Authentication error; server closing connection')
xml.msg(@msg || 'Authentication error; server closing connection')
end
end