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