mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Refactor EPP users to API users
This commit is contained in:
parent
b8494993ea
commit
c91c9c8ebf
44 changed files with 154 additions and 150 deletions
5
spec/models/api_user_spec.rb
Normal file
5
spec/models/api_user_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe ApiUser do
|
||||
it { should belong_to(:registrar) }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue