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