21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-21 01:48:39 +02:00
chexpire/test/services/whois_test.rb

10 lines
248 B
Ruby
Raw Normal View History

2018-05-30 12:04:07 +02:00
require "test_helper"
require "whois"
class WhoisTest < ActiveSupport::TestCase
test "should instanciate a parser class matching the tld" do
# TODO: stub system command
# assert_kind_of Whois::Response, Whois.ask("example.fr")
end
end