From 4eac0887ff29988363efccbf9c31fb484cfc0796 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Wed, 27 Jul 2016 11:17:05 -0700 Subject: [PATCH] Increment Ubuntu release to 16.04 This is a cosmetic change that only affects unit tests. Change-Id: Ifdac5cff8c2e64741eae093737e4f4eb2a4bc202 Implements: blueprint newton-xenial --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c6bae3ba..f5eebc11 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -17,7 +17,7 @@ REDHAT_OPTS = { }.freeze UBUNTU_OPTS = { platform: 'ubuntu', - version: '14.04', + version: '16.04', log_level: LOG_LEVEL, file_cache_path: Chef::Config[:file_cache_path] }.freeze