mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
parent
9e4bcf69e6
commit
2a8c855300
1 changed files with 17 additions and 0 deletions
17
spec/requests/epp/contacts_spec.rb
Normal file
17
spec/requests/epp/contacts_spec.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue