Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 422d44c

Browse files
committed
more specific centos build for fauxhai
1 parent 09e0cd5 commit 422d44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/recipes/_repository_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
end
77

88
let(:chef_run_ubuntu_1404) { ChefSpec::SoloRunner.new(platform: 'ubuntu', version: '14.04').converge(described_recipe) }
9-
let(:chef_run_centos_7) { ChefSpec::SoloRunner.new(platform: 'centos', version: '7.5').converge(described_recipe) }
9+
let(:chef_run_centos_7) { ChefSpec::SoloRunner.new(platform: 'centos', version: '7.5.1804').converge(described_recipe) }
1010

1111
platforms = {
1212
'ubuntu' => ['14.04'],

0 commit comments

Comments
 (0)