class ChefCLI::PolicyfileServices::ExportRepo
def assert_lockfile_exists!
def assert_lockfile_exists! unless File.exist?(policyfile_lock_expanded_path) raise LockfileNotFound, "No lockfile at #{policyfile_lock_expanded_path} - you need to run `install` before `push`" end end