global

def shell_out_compacted!(*args)

def shell_out_compacted!(*args)
  return super unless $CHEFSPEC_MODE
  shell_out_compacted(*args).tap(&:error!)
end