Avoid Chefspec deprecation warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
6ba4f9e17d
commit
5c902d550c
@ -21,7 +21,7 @@ describe 'postfix::default' do
|
|||||||
|
|
||||||
context 'on SmartOS' do
|
context 'on SmartOS' do
|
||||||
let(:chef_run) do
|
let(:chef_run) do
|
||||||
ChefSpec::ServerRunner.new(platform: 'smartos', version: 'joyent_20130111T180733Z').converge(described_recipe)
|
ChefSpec::ServerRunner.new(platform: 'smartos', version: '5.11').converge(described_recipe)
|
||||||
end
|
end
|
||||||
|
|
||||||
it '[COOK-4423] renders file main.cf without smtp_use_tls' do
|
it '[COOK-4423] renders file main.cf without smtp_use_tls' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user