We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dc258 commit dad3813Copy full SHA for dad3813
spec/classes/apt_spec.rb
@@ -268,9 +268,7 @@
268
}
269
270
it {
271
- expect(subject).to contain_exec('apt_update').with(refreshonly: false,
272
- timeout: 1,
273
- tries: 3)
+ expect(subject).to contain_exec('apt_update').with(refreshonly: false)
274
275
end
276
@@ -308,9 +306,7 @@
308
306
309
307
310
311
312
313
314
315
316
0 commit comments