Refactor EPP users to API users

This commit is contained in:
Martin Lensment 2015-01-29 14:13:49 +02:00
parent b8494993ea
commit c91c9c8ebf
44 changed files with 154 additions and 150 deletions

View file

@ -3,6 +3,6 @@ require 'rails_helper'
describe Registrar do
it { should belong_to(:country) }
it { should have_many(:domains) }
it { should have_many(:epp_users) }
it { should have_many(:api_users) }
it { should have_many(:messages) }
end