internetee-registry/spec/requests/epp/contacts_spec.rb
2016-12-06 22:30:41 +02:00

17 lines
323 B
Ruby

require 'rails_helper'
RSpec.describe 'EPP contact' do
describe 'create' do
context 'when address processing is enabled' do
# get 'epp/command/create' do
#
# end
end
context 'when address processing is disabled' do
# get 'epp/command/create' do
#
# end
end
end
end