Skip to content

Commit

Permalink
Fix tests for mapquest geocoder
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jul 14, 2009
1 parent 818867b commit 09c3d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/graticule/geocoder/mapquest_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Graticule
module Geocoder
class MapquestTest < Test::Unit::TestCase
def setup
@geocoder = Mapquest.new(:key => 'APP_ID')
@geocoder = Mapquest.new('client_id', 'password')
end

def test_success
Expand Down

0 comments on commit 09c3d42

Please sign in to comment.