Skip to content
Snippets Groups Projects
Commit 7eacfeea authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix bug in mock method (missing argument).

This should have been part of commit 70cc64ee.
parent 7a2bdeb8
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ require 'geocoder'
#
module Geocoder
module Lookup
def self.fetch_raw_response(query)
def self.fetch_raw_response(query, reverse = false)
File.read(File.join("test", "fixtures", "madison_square_garden.json"))
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment