Skip to content

Instantly share code, notes, and snippets.

@justinwyer
Created April 22, 2013 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinwyer/5434477 to your computer and use it in GitHub Desktop.
Save justinwyer/5434477 to your computer and use it in GitHub Desktop.
diff --git a/spec/unit/pluginmanager_spec.rb b/spec/unit/pluginmanager_spec.rb
index be531c8..d99fba0 100755
--- a/spec/unit/pluginmanager_spec.rb
+++ b/spec/unit/pluginmanager_spec.rb
@@ -6,7 +6,7 @@ module MCollective
describe PluginManager do
before do
class MCollective::Foo; end
-
+ @config = mock
PluginManager.pluginlist.each {|p| PluginManager.delete p}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment