Raises internal failure condition.
Use this function within your own ruby tasks to raise errors during the execution.
desc 'run_unit_tests' task :run_unit_tests do fail 'not implemented' end
The output will be the provided errors. The deployment will be aborted.