mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Apache SSL configuration, basic tests for Registry app via mod_epp
This commit is contained in:
parent
3d84d37219
commit
7d4142abc2
10 changed files with 172 additions and 64 deletions
9
spec/support/epp.rb
Normal file
9
spec/support/epp.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue