#248
This commit is contained in:
Artur Beljajev 2017-01-24 04:11:04 +02:00
parent 1c3a482304
commit 019ea5eab6

View file

@ -2,6 +2,7 @@ require 'rails_helper'
RSpec.feature 'CSV Export' do RSpec.feature 'CSV Export' do
background do background do
Setting.api_ip_whitelist_enabled = false
Setting.registrar_ip_whitelist_enabled = false Setting.registrar_ip_whitelist_enabled = false
sign_in_to_registrar_area(user: create(:api_user_with_unlimited_balance)) sign_in_to_registrar_area(user: create(:api_user_with_unlimited_balance))
end end