]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_runner.rb
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git] / lib / rm / rm_runner.rb
index 2df8410c5ea9d6d3d65d2565ec9cc00552d7b1f0..a19004a7a5440fcd23bb22173d3e5fe4d963ed76 100644 (file)
@@ -4,7 +4,7 @@ require 'common/runner'
 class RmRunner
   include Runner
 
-  def run(plugin, *targets)
+  def run(cfg, plugin, *targets)
     targets.each do |target|
       remove_target(plugin, target)
     end