Update rspec tests for puppet provisioner

This commit is contained in:
Brian Cain 2018-04-09 11:03:30 -07:00
parent 7fe03988aa
commit 1a03fe687b
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ describe VagrantPlugins::Puppet::Provisioner::Puppet do
allow(config).to receive(:environment_variables).and_return(nil)
allow(config).to receive(:working_directory).and_return(false)
allow(config).to receive(:manifest_file).and_return(manifest_file)
allow(config).to receive(:structured_facts).and_return(double("structured_facts"))
allow_message_expectations_on_nil
allow(@module_paths).to receive(:map) { module_paths }