lib/bolt_spec/bolt_context.rb in bolt-2.27.0 vs lib/bolt_spec/bolt_context.rb in bolt-2.28.0

- old
+ new

@@ -140,13 +140,13 @@ end # Override in your tests def config @config ||= begin - conf = Bolt::Config.default - conf.modulepath = [modulepath].flatten - conf - end + conf = Bolt::Config.default + conf.modulepath = [modulepath].flatten + conf + end end def plugins @plugins ||= Bolt::Plugin.setup(config, pal) end