spec/lib/release_tools/tasks/production_check/deployment_step_spec.rb [8:17]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  def status_stub(messages = {})
    instance_double(
      ReleaseTools::Promotion::ProductionStatus,
      {
        to_slack_blocks: ['blocks'],
        fine?: true
      }.merge(messages)
    )
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/release_tools/tasks/production_check/chatops_spec.rb [15:24]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  def status_stub(messages = {})
    instance_double(
      ReleaseTools::Promotion::ProductionStatus,
      {
        to_slack_blocks: ['blocks'],
        fine?: true
      }.merge(messages)
    )
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



