spec/cc/analyzer/bridge_spec.rb [47:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          "include_paths" => match_array(["foo/", ".codeclimate.yml", "engines.yml"]),
        },
      )

      described_class.new(
        config: CC::Config.load,
        formatter: stub_formatter,
        listener: stub_listener,
        registry: engine_registry,
      ).run
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/analyzer/bridge_spec.rb [107:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          "include_paths" => match_array(["foo/", ".codeclimate.yml", "engines.yml"]),
        },
      )

      described_class.new(
        config: CC::Config.load,
        formatter: stub_formatter,
        listener: stub_listener,
        registry: engine_registry,
      ).run
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



