mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
test: added new tests
This commit is contained in:
parent
14b8dd6ade
commit
c352936a21
3 changed files with 68 additions and 0 deletions
11
test/models/dnskey_test.rb
Normal file
11
test/models/dnskey_test.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'test_helper'
|
||||
|
||||
class DnskeyTest < ActiveSupport::TestCase
|
||||
setup do
|
||||
@dnskey = 'AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 '
|
||||
end
|
||||
|
||||
def test_dns_key
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue