Fix keyrelay tests

This commit is contained in:
Martin Lensment 2015-01-16 15:50:30 +02:00
parent d468068b96
commit 07c3a58c26
4 changed files with 13 additions and 12 deletions

View file

@ -2,8 +2,6 @@ class Epp::SessionsController < ApplicationController
include Epp::Common
layout false
private
def hello
render_epp_response('greeting')
end