spec/cc/analyzer/bridge_spec.rb [21:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      ))

      expect_engine_run(
        "structure",
        { "image" => "structure-stable", "command" => nil },
        {
          "enabled" => true,
          "channel" => "stable",
          "include_paths" => match_array(["foo/", ".codeclimate.yml", "engines.yml"]),
        },
      )
      expect_engine_run(
        "duplication",
        { "image" => "duplication-stable", "command" => nil },
        {
          "enabled" => true,
          "channel" => "stable",
          "include_paths" => match_array(["foo/", ".codeclimate.yml", "engines.yml"]),
        },
      )
      expect_engine_run(
        "foo",
        { "image" => "foo-stable", "command" => nil },
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/analyzer/bridge_spec.rb [72:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      ))

      expect_engine_run(
        "structure",
        { "image" => "structure-stable", "command" => nil },
        {
          "enabled" => true,
          "channel" => "stable",
          "include_paths" => match_array(["foo/", ".codeclimate.yml", "engines.yml"]),
        },
      )
      expect_engine_run(
        "duplication",
        { "image" => "duplication-stable", "command" => nil },
        {
          "enabled" => true,
          "channel" => "stable",
          "include_paths" => match_array(["foo/", ".codeclimate.yml", "engines.yml"]),
        },
      )
      expect_engine_run(
        "foo",
        { "image" => "foo-stable", "command" => nil },
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



