Comment 24 for bug 2004135

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-keystone (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-keystone/+/873367
Committed: https://opendev.org/openstack/puppet-keystone/commit/0f8158a399c84978ad7052dcda4390de47d10025
Submitter: "Zuul (22348)"
Branch: master

commit 0f8158a399c84978ad7052dcda4390de47d10025
Author: Takashi Kajinami <email address hidden>
Date: Fri Feb 10 22:00:56 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: Idfb4d8344af472aec0c6bbdd9b3600eedd17eb46