mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 05:05:45 +02:00
11 lines
No EOL
207 B
Ruby
11 lines
No EOL
207 B
Ruby
require 'test_helper'
|
|
|
|
class DnskeyTest < ActiveSupport::TestCase
|
|
setup do
|
|
@dnskey = 'AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 '
|
|
end
|
|
|
|
def test_dns_key
|
|
|
|
end
|
|
end |