Apache SSL configuration, basic tests for Registry app via mod_epp

This commit is contained in:
Martin Lensment 2014-06-19 16:58:43 +03:00
parent 3d84d37219
commit 7d4142abc2
10 changed files with 172 additions and 64 deletions

9
spec/support/epp.rb Normal file
View file

@ -0,0 +1,9 @@
module Epp
def read_body(filename)
File.read("spec/epp/requests/#{filename}")
end
end
RSpec.configure do |c|
c.include Epp, type: :epp
end