Skip to content

Commit 4430c20

Browse files
authored
fixup
1 parent e192abc commit 4430c20

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spec/defines/virtual_machine_spec.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,7 @@ def contain_preseed
298298
context "with pre-bullseye build name" do
299299
let(:params) { {build: "buster"} }
300300

301-
[
302-
%r{\sin-target systemctl enable puppet\b}
303-
].each do |line|
304-
it { is_expected.not_to contain_preseed.with_content(line) }
305-
end
301+
it { is_expected.not_to compile }
306302
end
307303

308304
context "with domain set to awesome.com" do

0 commit comments

Comments
 (0)