Add initial models and corresponding test files

This commit is contained in:
Martin Lensment 2014-06-16 17:21:01 +03:00
parent bca4470643
commit 542ea5101e
28 changed files with 548 additions and 8 deletions

View file

@ -0,0 +1,7 @@
require "rails_helper"
describe Registrar do
it { should belong_to(:country) }
it { should have_many(:domains) }
it { should have_many(:ns_sets) }
end