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