test/custom_block_test.rb in geocoder-1.0.2 vs test/custom_block_test.rb in geocoder-1.0.3

- old
+ new

@@ -1,13 +1,9 @@ # encoding: utf-8 require 'test_helper' class CustomBlockTest < Test::Unit::TestCase - def setup - Geocoder::Configuration.set_defaults - end - def test_geocode_with_block_runs_block e = Event.new(*venue_params(:msg)) coords = [40.750354, -73.993371] e.geocode assert_equal coords.map{ |c| c.to_s }.join(','), e.coords_string