Skip to content

Commit dad3813

Browse files
committed
Fix failing tests
1 parent 55dc258 commit dad3813

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: spec/classes/apt_spec.rb

+2-6
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,7 @@
268268
}
269269

270270
it {
271-
expect(subject).to contain_exec('apt_update').with(refreshonly: false,
272-
timeout: 1,
273-
tries: 3)
271+
expect(subject).to contain_exec('apt_update').with(refreshonly: false)
274272
}
275273
end
276274

@@ -308,9 +306,7 @@
308306
}
309307

310308
it {
311-
expect(subject).to contain_exec('apt_update').with(refreshonly: false,
312-
timeout: 1,
313-
tries: 3)
309+
expect(subject).to contain_exec('apt_update').with(refreshonly: false)
314310
}
315311
end
316312

0 commit comments

Comments
 (0)