class ChefCLI::Policyfile::DSL

def validate!

def validate!
  if @run_list.empty?
    @errors << "Invalid run_list. run_list cannot be empty"
  end
  handle_preferred_cookbooks_conflicts
end