test: added new tests

This commit is contained in:
Oleg Hasjanov 2021-03-04 13:22:45 +02:00
parent 14b8dd6ade
commit c352936a21
3 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,11 @@
require 'test_helper'
class DnskeyTest < ActiveSupport::TestCase
setup do
@dnskey = 'AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 '
end
def test_dns_key
end
end