]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/mv_dummy_runner.rb
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git] / lib / mv / mv_dummy_runner.rb
index 52db27be6f0082051ee17565c7ee7b8b5c61b31a..7db7c06c9536947b32ad05305fa8601fc7d22da5 100644 (file)
@@ -3,7 +3,7 @@ require 'common/runner'
 class MvDummyRunner
   include Runner
 
-  def run(plugin, src, dst)
+  def run(cfg, plugin, src, dst)
 
     if src.is_a?(Domain) or dst.is_a?(Domain) then
       msg = 'only users can be moved'