diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-12-13 13:43:22 -0800 |
|---|---|---|
| committer | Jesse Wolfe <jes5199@gmail.com> | 2010-12-13 13:43:22 -0800 |
| commit | dcccdc1d7f31b92f73c9a106960a373a009c1a5b (patch) | |
| tree | 5e124ae26c27cf6a70d9b32b65bdc28348180716 /spec/unit | |
| parent | 6e997e819f315d2868de9f3de8ab95c7f6ce8d51 (diff) | |
| parent | 3ac50fab81216789d6d5f7d22cb675d3264674cd (diff) | |
| download | puppet-dcccdc1d7f31b92f73c9a106960a373a009c1a5b.tar.gz puppet-dcccdc1d7f31b92f73c9a106960a373a009c1a5b.tar.xz puppet-dcccdc1d7f31b92f73c9a106960a373a009c1a5b.zip | |
Merge branch 'maint/2.6.next/safe-pluginhandler' into 2.6.next
Diffstat (limited to 'spec/unit')
| -rwxr-xr-x | spec/unit/configurer/plugin_handler_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/configurer/plugin_handler_spec.rb b/spec/unit/configurer/plugin_handler_spec.rb index 1423ae4b5..30b135e8f 100755 --- a/spec/unit/configurer/plugin_handler_spec.rb +++ b/spec/unit/configurer/plugin_handler_spec.rb @@ -11,6 +11,10 @@ end describe Puppet::Configurer::PluginHandler do before do @pluginhandler = PluginHandlerTester.new + + # PluginHandler#load_plugin has an extra-strong rescue clause + # this mock is to make sure that we don't silently ignore errors + Puppet.expects(:err).never end it "should have a method for downloading plugins" do |
