class ChefCLI::ComponentTest

def tmpdir

def tmpdir
  Dir.mktmpdir do |tmpdir|
    yield tmpdir
  end
end