mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
17 lines
323 B
Ruby
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
|