Avoid Chefspec deprecation warnings

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2017-08-07 11:30:02 -07:00
parent 6ba4f9e17d
commit 5c902d550c

View File

@ -21,7 +21,7 @@ describe 'postfix::default' do
context 'on SmartOS' 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
it '[COOK-4423] renders file main.cf without smtp_use_tls' do