Autocorrect PDK validation warnings

This commit is contained in:
2019-05-09 23:41:09 +01:00
parent 998f1716f3
commit 939f795d37
26 changed files with 537 additions and 584 deletions

View File

@@ -1,7 +1,7 @@
require 'spec_helper'
describe 'sabayon' do
context 'with default values for all parameters' do
it { should contain_class('sabayon') }
it { should contain_package('app-admin/enman') }
it { is_expected.to contain_class('sabayon') }
it { is_expected.to contain_package('app-admin/enman') }
end
end