mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
a8dd176cf6
commit
3ef38768a5
3 changed files with 16 additions and 13 deletions
|
@ -20,4 +20,8 @@ class NameserverTest < ActiveSupport::TestCase
|
|||
@nameserver.validate
|
||||
assert @nameserver.invalid?
|
||||
end
|
||||
|
||||
def test_hostnames
|
||||
assert_equal %w[ns1.bestnames.test ns2.bestnames.test], Nameserver.hostnames
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue