test/test_geolocation.rb in ffaker-1.21.0 vs test/test_geolocation.rb in ffaker-1.22.0
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
require 'helper'
class TestGeolocation < Test::Unit::TestCase
def test_lat
assert_match /[0-9]+/, Faker::Geolocation.lat.to_s