class RubyIndexer::TestCase

def index(source, uri: URI::Generic.from_path(path: "/fake/path/foo.rb"))

def index(source, uri: URI::Generic.from_path(path: "/fake/path/foo.rb"))
  @index.index_single(uri, source)
end