Add epp contact spec

#251
This commit is contained in:
Artur Beljajev 2016-12-06 22:30:41 +02:00
parent 9e4bcf69e6
commit 2a8c855300

View 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