File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ class { 'mongodb::server':
48
48
it { is_expected . to be_running }
49
49
end
50
50
51
- describe port ( 27_017 ) do
51
+ describe port ( 27_017 ) do # rubocop:disable RSpec/RepeatedExampleGroupBody
52
52
it { is_expected . to be_listening }
53
53
end
54
54
55
- describe port ( 27_019 ) do
55
+ describe port ( 27_019 ) do # rubocop:disable RSpec/RepeatedExampleGroupBody
56
56
it { is_expected . to be_listening }
57
57
end
58
58
@@ -90,11 +90,11 @@ class { 'mongodb::mongos':
90
90
it { is_expected . not_to be_running }
91
91
end
92
92
93
- describe port ( 27_017 ) do
93
+ describe port ( 27_017 ) do # rubocop:disable RSpec/RepeatedExampleGroupBody
94
94
it { is_expected . not_to be_listening }
95
95
end
96
96
97
- describe port ( 27_019 ) do
97
+ describe port ( 27_019 ) do # rubocop:disable RSpec/RepeatedExampleGroupBody
98
98
it { is_expected . not_to be_listening }
99
99
end
100
100
end
Original file line number Diff line number Diff line change @@ -185,11 +185,11 @@ class { 'mongodb::server':
185
185
it { is_expected . not_to be_running }
186
186
end
187
187
188
- describe port ( 27_017 ) do
188
+ describe port ( 27_017 ) do # rubocop:disable RSpec/RepeatedExampleGroupBody
189
189
it { is_expected . not_to be_listening }
190
190
end
191
191
192
- describe port ( 27_018 ) do
192
+ describe port ( 27_018 ) do # rubocop:disable RSpec/RepeatedExampleGroupBody
193
193
it { is_expected . not_to be_listening }
194
194
end
195
195
end
You can’t perform that action at this time.
0 commit comments