cartodb/services/importer/spec/doubles/georeferencer.rb
2020-06-15 10:58:47 +08: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