From 9371b2ad67b4f4561bb312c91df3704d6b0be52a Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 13 Aug 2014 11:34:28 +0300 Subject: [PATCH] Revert --- spec/support/epp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/epp.rb b/spec/support/epp.rb index dd00bace0..0b0b1a1de 100644 --- a/spec/support/epp.rb +++ b/spec/support/epp.rb @@ -4,7 +4,7 @@ module Epp end # handles connection and login automatically - def epp_request(data) + def epp_request(filename) begin parse_response(server.request(read_body(filename))) rescue Exception => e