Remove extra attribute

Registrar can be queried from user

#700
This commit is contained in:
Artur Beljajev 2018-02-12 15:50:12 +02:00
parent b11306eea3
commit fa6edab62a
34 changed files with 38 additions and 38 deletions

View file

@ -1,7 +1,6 @@
FactoryBot.define do
factory :epp_session do
sequence(:session_id) { |n| "test#{n}" }
registrar
association :user, factory: :api_user
end
end