Sha256: 73a1c724b71cf323d2abaa0015590260edff4eeb1295364194c9773bff584e15

Contents?: true

Size: 165 Bytes

Versions: 5

Compression:

Stored size: 165 Bytes

Contents

# -*- encoding : utf-8 -*-
require 'test_helper'

class IpToCountryTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, IpToCountry
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ip_to_country-0.2.0 test/ip_to_country_test.rb
ip_to_country-0.1.0 test/ip_to_country_test.rb
ip_to_country-0.0.3 test/ip_to_country_test.rb
ip_to_country-0.0.2 test/ip_to_country_test.rb
ip_to_country-0.0.1 test/ip_to_country_test.rb