internetee-registry/spec/support/epp.rb
2014-06-25 11:36:53 +03:00

9 lines
149 B
Ruby

module Epp
def read_body(filename)
File.read("spec/epp/requests/#{filename}")
end
end
RSpec.configure do |c|
c.include Epp, epp: true
end