test/test_geolocation.rb in ffaker-1.9.1 vs test/test_geolocation.rb in ffaker-1.10.1
- old
+ new
@@ -1,13 +1,11 @@
require 'helper'
-
class TestGeolocation < Test::Unit::TestCase
-
def test_lat
assert_match /[0-9]+/, Faker::Geolocation.lat.to_s
end
def test_lng
assert_match /[0-9]+/, Faker::Geolocation.lng.to_s
end
-end
\ No newline at end of file
+end