class Guard::RSpec

def _throw_if_failed

def _throw_if_failed
  throw :task_has_failed unless yield
end