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