Method: Broken#run

Defined in:
lib/plugins/broken.rb

#run(message) ⇒ Object



13
14
15
16
17
18
# File 'lib/plugins/broken.rb', line 13

def run(message)
	@log.info "Running with #{message}"
	@log.info "This is a failure"

	run_result(false, "Boo! It's broken")
end