cartodb-4.42/services/importer/spec/doubles/georeferencer.rb
2024-04-06 05:25:13 +00:00

12 lines
176 B
Ruby

module CartoDB
module Importer2
module Doubles
class Georeferencer
def initialize(*args); end
def run; Object.new; end
end
end
end
end