class ChefSpec::ChefFormatter
def cookbook_resolution_failed(expanded_run_list, exception)
Called when there is an error getting the cookbook collection from the
def cookbook_resolution_failed(expanded_run_list, exception) expecting_exception(exception) do description = Chef::Formatters::ErrorMapper.cookbook_resolution_failed(expanded_run_list, exception) display_error(description) end end