mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Add initial models and corresponding test files
This commit is contained in:
parent
bca4470643
commit
542ea5101e
28 changed files with 548 additions and 8 deletions
5
spec/models/nameserver_spec.rb
Normal file
5
spec/models/nameserver_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require "rails_helper"
|
||||
|
||||
describe Nameserver do
|
||||
it { should have_and_belong_to_many(:ns_sets) }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue