mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 14:35:05 +02:00
Add schemas for tests #2683
This commit is contained in:
parent
e62b0dfa3c
commit
6a2a89538d
7 changed files with 829 additions and 4 deletions
|
@ -2,7 +2,7 @@ require 'rails_helper'
|
|||
|
||||
describe 'EPP Domain', epp: true do
|
||||
before(:all) do
|
||||
@xsd = Nokogiri::XML::Schema(File.read('doc/schemas/domain-1.0.xsd'))
|
||||
@xsd = Nokogiri::XML::Schema(File.read('doc/schemas/domain-eis-1.0.xsd'))
|
||||
@epp_xml = EppXml.new(cl_trid: 'ABC-12345')
|
||||
@registrar1 = Fabricate(:registrar1, code: 'REGDOMAIN1')
|
||||
@registrar2 = Fabricate(:registrar2, code: 'REGDOMAIN2')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue