Fix commit status presenter spec

This commit is contained in:
Shinya Maeda 2018-09-26 14:43:03 +09:00 committed by Alessio Caiazza
parent 4449101282
commit af4b85cef5

View file

@ -8,7 +8,8 @@ class CommitStatusPresenter < Gitlab::View::Presenter::Delegated
stuck_or_timeout_failure: 'There has been a timeout failure or the job got stuck. Check your timeout limits or try again',
runner_system_failure: 'There has been a runner system failure, please try again',
missing_dependency_failure: 'There has been a missing dependency failure',
runner_unsupported: 'Your runner is outdated, please upgrade your runner'
runner_unsupported: 'Your runner is outdated, please upgrade your runner',
schedule_expired: 'Scheduled job could not be executed by some reason, please try again'
}.freeze
private_constant :CALLOUT_FAILURE_MESSAGES