]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_dummy_runner.rb
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git] / lib / rm / rm_dummy_runner.rb
index 2ab25e80a3e402f5ba3c21214b30a768d6c2cd2c..62d9b628dd7db4b69c27a0804acae27e73325385 100644 (file)
@@ -3,7 +3,7 @@ require 'common/runner'
 class RmDummyRunner
   include Runner
 
-  def run(plugin, *targets)
+  def run(cfg, plugin, *targets)
     targets.each do |target|
       target_description = plugin.describe(target)
       msg =  "Would remove #{target.class.to_s().downcase()} #{target}"