ChefSpec fixes
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
parent
e937c83d4f
commit
be6b6c5837
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
|
||||
- Cookstyle fixes
|
||||
- ChefSpec fixes
|
||||
|
||||
## 5.3.1 (2018-07-24)
|
||||
|
||||
|
@ -7,7 +7,7 @@ describe 'postfix::default' do
|
||||
|
||||
context 'on Centos 6' do
|
||||
cached(:chef_run) do
|
||||
ChefSpec::SoloRunner.new(platform: 'centos', version: 6.9).converge(described_recipe)
|
||||
ChefSpec::SoloRunner.new(platform: 'centos', version: '6').converge(described_recipe)
|
||||
end
|
||||
|
||||
it '[COOK-4423] renders file main.cf with /etc/pki/tls/cert.pem' do
|
||||
|
Loading…
x
Reference in New Issue
Block a user