mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Merge branch 'master' of github.com:internetee/registry
Conflicts: db/schema.rb
This commit is contained in:
commit
641522ff08
31 changed files with 513 additions and 30 deletions
|
@ -5,4 +5,5 @@ describe Registrar do
|
|||
it { should have_many(:domains) }
|
||||
it { should have_many(:ns_sets) }
|
||||
it { should have_many(:epp_users) }
|
||||
it { should have_many(:users) }
|
||||
end
|
||||
|
|
|
@ -2,4 +2,5 @@ require 'rails_helper'
|
|||
|
||||
describe User do
|
||||
it { should belong_to(:role) }
|
||||
it { should belong_to(:registrar) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue