Skip to content

Commit efeccbe

Browse files
committed
include logs as allowed in 'basic functionality'
1 parent ce90e7b commit efeccbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/plans/install_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
expect_plan('peadm::subplans::install')
99
expect_plan('peadm::subplans::configure')
1010
expect(run_plan('peadm::install', 'primary_host' => 'primary', 'console_password' => 'puppetLabs123!', 'version' => '2021.7.9')).to be_ok
11+
allow_any_instance_of(Out).to receive(:message).and_return(true)
1112
end
1213
end
1314
end

0 commit comments

Comments
 (0)