We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce90e7b commit efeccbeCopy full SHA for efeccbe
spec/plans/install_spec.rb
@@ -8,6 +8,7 @@
8
expect_plan('peadm::subplans::install')
9
expect_plan('peadm::subplans::configure')
10
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)
12
end
13
14
0 commit comments