From 0aa839e794a08d6513417a364d8f8026185754e4 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Wed, 27 Jul 2016 11:19:06 -0700 Subject: [PATCH] Increment Ubuntu release to 16.04 This is a cosmetic change that only affects unit tests. Change-Id: I7b4c99e3e078b3be71077a13b0daa11686976a34 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 819007a..8ca742b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,7 +12,7 @@ REDHAT_OPTS = { }.freeze UBUNTU_OPTS = { platform: 'ubuntu', - version: '14.04', + version: '16.04', log_level: LOG_LEVEL }.freeze