Skip to content

Commit e5e14af

Browse files
committed
Fix whitespace issues
1 parent 47c82de commit e5e14af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/classes/init_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
context 'with feature packages' do
3030
let(:params) { { 'feature_packages' => %w[rsyslog-relp rsyslog-mmnormalize rsyslog-gnutls] } }
3131

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]') }
3535
end
3636

3737
context "with upstream packages enabled on #{facts[:os]['name']}" do # rubocop:disable RSpec/EmptyExampleGroup

0 commit comments

Comments
 (0)