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