class OasRails::Spec::Specification

def build(route_extractor: Extractors::RouteExtractor)

def build(route_extractor: Extractors::RouteExtractor)
  route_extractor.host_paths.each do |path|
    @paths.add_path(path)
  end
end