spec/lib/release_tools/internal_release/wait_dev_build_assets_job_service_spec.rb [33:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        expect(dev_client)
          .to receive(:commit)
          .with('gitlab/gitlab-ee', ref: 'abcd')

        expect(dev_client)
          .to receive(:pipelines)
          .with('gitlab/gitlab-ee', {
                  ref: '17-7-stable-ee',
                  sha: 'abcd',
                  order_by: 'id',
                  sort: 'asc',
                  per_page: 1
                })

        expect(dev_client)
          .to receive(:pipeline_job_by_name)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/release_tools/internal_release/wait_dev_build_assets_job_service_spec.rb [61:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        expect(dev_client)
          .to receive(:commit)
          .with('gitlab/gitlab-ee', ref: 'abcd')

        expect(dev_client)
          .to receive(:pipelines)
          .with('gitlab/gitlab-ee', {
                  ref: '17-7-stable-ee',
                  sha: 'abcd',
                  order_by: 'id',
                  sort: 'asc',
                  per_page: 1
                })

        expect(dev_client)
          .to receive(:pipeline_job_by_name)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



