spec/lib/release_tools/promotion/manager_spec.rb [80:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ) do
          without_dry_run do
            manager.authorize!(package_version, issue)
          end
        end

        expect(fake_client)
          .to have_received(:create_issue_note)
          .with(
            ReleaseTools::Project::Release::Tasks,
            {
              issue: issue,
              body: 'a comment'
            }
          )
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/release_tools/promotion/manager_spec.rb [109:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ) do
          without_dry_run do
            manager.authorize!(package_version, issue)
          end
        end

        expect(fake_client)
          .to have_received(:create_issue_note)
          .with(
            ReleaseTools::Project::Release::Tasks,
            {
              issue: issue,
              body: 'a comment'
            }
          )
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



