class Gem::FakeFetcher

def initialize

def initialize
  @data = {}
  @paths = []
  @api_endpoints = {}
end