Skip to content

Commit 95c5d0f

Browse files
author
Joshua Hoblitt
committed
fix ugly typo in ipmi::service tests
1 parent f76e51f commit 95c5d0f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

spec/classes/ipmi_service_spec.rb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,10 @@
6969
describe 'with start_ipmievd => not-a-bool' do
7070
let(:params) {{ :start_ipmievd => 'not-a-bool' }}
7171

72-
describe 'with start_ipmievd => not-a-bool' do
73-
let(:params) {{ :start_ipmievd => 'not-a-bool' }}
74-
75-
it 'should fail' do
76-
expect {
77-
should include_class('ipmi::service')
78-
}.to raise_error(Puppet::Error, /is not a boolean/)
79-
end
72+
it 'should fail' do
73+
expect {
74+
should include_class('ipmi::service')
75+
}.to raise_error(Puppet::Error, /is not a boolean/)
8076
end
8177
end
8278

0 commit comments

Comments
 (0)