File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
user_shell = '/usr/sbin/nologin'
10
10
end
11
11
12
+ # rubocop:disable RSpec/RepeatedExampleGroupBody
12
13
describe 'kafka::broker' do
13
14
it 'works with no errors' do
14
15
pp = <<-EOS
@@ -172,9 +173,7 @@ class { 'kafka::broker':
172
173
it { is_expected . to be_enabled }
173
174
end
174
175
end
175
- end
176
176
177
- describe 'kafka::broker::service' do
178
177
context 'with log4j/jmx parameters' do
179
178
it 'works with no errors' do
180
179
pp = <<-EOS
@@ -226,3 +225,4 @@ class { 'kafka::broker':
226
225
end
227
226
end
228
227
end
228
+ # rubocop:enable RSpec/RepeatedExampleGroupBody
Original file line number Diff line number Diff line change 9
9
user_shell = '/usr/sbin/nologin'
10
10
end
11
11
12
+ # rubocop:disable RSpec/RepeatedExampleGroupBody
12
13
describe 'kafka::consumer' do
13
14
it 'works with no errors' do
14
15
pp = <<-EOS
@@ -100,9 +101,7 @@ class { 'kafka::consumer':
100
101
it { is_expected . to be_grouped_into 'kafka' }
101
102
end
102
103
end
103
- end
104
104
105
- describe 'kafka::consumer::config' do
106
105
context 'with custom config_dir' do
107
106
it 'works with no errors' do
108
107
pp = <<-EOS
@@ -165,3 +164,4 @@ class { 'kafka::consumer':
165
164
end
166
165
end
167
166
end
167
+ # rubocop:enable RSpec/RepeatedExampleGroupBody
Original file line number Diff line number Diff line change 9
9
user_shell = '/usr/sbin/nologin'
10
10
end
11
11
12
+ # rubocop:disable RSpec/RepeatedExampleGroupBody
12
13
describe 'kafka' do
13
14
it 'works with no errors' do
14
15
pp = <<-EOS
@@ -219,3 +220,4 @@ class { 'kafka':
219
220
end
220
221
end
221
222
end
223
+ # rubocop:enable RSpec/RepeatedExampleGroupBody
Original file line number Diff line number Diff line change 9
9
user_shell = '/usr/sbin/nologin'
10
10
end
11
11
12
+ # rubocop:disable RSpec/RepeatedExampleGroupBody
12
13
describe 'kafka::mirror' do
13
14
it 'works with no errors' do
14
15
pp = <<-EOS
@@ -243,3 +244,4 @@ class { 'kafka::mirror':
243
244
end
244
245
end
245
246
end
247
+ # rubocop:enable RSpec/RepeatedExampleGroupBody
You can’t perform that action at this time.
0 commit comments