We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9a5b0 commit 40e08b4Copy full SHA for 40e08b4
spec/classes/000_elasticsearch_init_spec.rb
@@ -435,19 +435,19 @@
435
with(ensure: 'latest')
436
}
437
end
438
- end
439
440
- describe 'with hold enabled' do
441
- let(:params) do
442
- default_params.merge(
443
- package_hold: true
444
- )
445
+ describe 'with hold enabled' do
+ let(:params) do
+ default_params.merge(
+ package_hold: true
+ )
+ end
446
447
- it {
448
- expect(subject).to contain_package('elasticsearch').
449
- with(mark: 'hold')
450
- }
+ it {
+ expect(subject).to contain_package('elasticsearch').
+ with(mark: 'hold')
+ }
451
452
453
describe 'running a different user' do
0 commit comments