gman 7.0.1 → 7.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +0,0 @@
1
- require File.join(File.dirname(__FILE__), 'helper')
2
-
3
- class TestGmanLocality < Minitest::Test
4
- should 'parse the alpha2' do
5
- assert_equal 'us', Gman.new('whitehouse.gov').alpha2
6
- assert_equal 'us', Gman.new('army.mil').alpha2
7
- assert_equal 'gb', Gman.new('foo.gov.uk').alpha2
8
- assert_equal 'ca', Gman.new('gov.ca').alpha2
9
- end
10
- end