Project

General

Profile

« Previous | Next » 

Revision e9ead95f

Added by Ivan Necas over 6 years ago

Fixes #20848 - Fix error messages indentation

View differences:

test/lib/support/definitions/checks/dummy.rb
end
end
class Fail2 < ForemanMaintain::Check
metadata do
label :dummy_check_fail2
description 'check that ends up with fail'
end
def run
fail! 'this check is always causing failure'
end
end
class Warn < ForemanMaintain::Check
metadata do
label :dummy_check_warn

Also available in: Unified diff