# -*- encoding : utf-8 -*- require 'test_helper' class IpToCountryTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, IpToCountry end end