spec/lib/release_tools/tasks/auto_deploy/rollback_check_spec.rb [163:180]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          stub_divider,
          stub_comparison_block,
          stub_elements_block
        ]

        expect(ReleaseTools::Slack::Message)
          .to receive(:post)
          .with(
            {
              channel: ReleaseTools::Slack::F_UPCOMING_RELEASE,
              message: 'Rollback check results',
              blocks: blocks
            }
          )

        service.execute
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/release_tools/tasks/auto_deploy/rollback_check_spec.rb [194:211]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          stub_divider,
          stub_comparison_block,
          stub_elements_block
        ]

        expect(ReleaseTools::Slack::Message)
          .to receive(:post)
          .with(
            {
              channel: ReleaseTools::Slack::F_UPCOMING_RELEASE,
              message: 'Rollback check results',
              blocks: blocks
            }
          )

        service.execute
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



