class ChefSpec::ChefFormatter
def file_load_failed(path, exception)
def file_load_failed(path, exception) expecting_exception(exception) do description = Chef::Formatters::ErrorMapper.file_load_failed(path, exception) display_error(description) end end