File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
context 'with feature packages' do
30
30
let ( :params ) { { 'feature_packages' => %w[ rsyslog-relp rsyslog-mmnormalize rsyslog-gnutls ] } }
31
31
32
- it { is_expected . to contain_package ( 'rsyslog-relp' ) . with_ensure ( 'installed' ) . that_notifies ( 'Service[rsyslog]' ) }
33
- it { is_expected . to contain_package ( 'rsyslog-mmnormalize' ) . with_ensure ( 'installed' ) . that_notifies ( 'Service[rsyslog]' ) }
34
- it { is_expected . to contain_package ( 'rsyslog-gnutls' ) . with_ensure ( 'installed' ) . that_notifies ( 'Service[rsyslog]' ) }
32
+ it { is_expected . to contain_package ( 'rsyslog-relp' ) . with_ensure ( 'installed' ) . that_notifies ( 'Service[rsyslog]' ) }
33
+ it { is_expected . to contain_package ( 'rsyslog-mmnormalize' ) . with_ensure ( 'installed' ) . that_notifies ( 'Service[rsyslog]' ) }
34
+ it { is_expected . to contain_package ( 'rsyslog-gnutls' ) . with_ensure ( 'installed' ) . that_notifies ( 'Service[rsyslog]' ) }
35
35
end
36
36
37
37
context "with upstream packages enabled on #{ facts [ :os ] [ 'name' ] } " do # rubocop:disable RSpec/EmptyExampleGroup
You can’t perform that action at this time.
0 commit comments