internetee-registry/spec/models/registrar_spec.rb
2014-08-25 14:14:25 +03:00

8 lines
196 B
Ruby

require 'rails_helper'
describe Registrar do
it { should belong_to(:country) }
it { should have_many(:domains) }
it { should have_many(:ns_sets) }
it { should have_many(:epp_users) }
end