Use Ubuntu 18.04 for ChefSpec tests

Change-Id: Iae639349a798264dc960dbf79568674a993cb87b
This commit is contained in:
Lance Albertson 2020-01-06 11:41:11 -08:00
parent 1633b31586
commit 0971f7a8a1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ REDHAT_OPTS = {
UBUNTU_OPTS = {
platform: 'ubuntu',
version: '16.04',
version: '18.04',
}.freeze
shared_context 'database-stubs' do