]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/runner.rb
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git] / lib / common / runner.rb
index b9bb8c9323af87df7d097f2879f481f7ba7cd039..01fcc176e3cedd62935a9b81c5b3657437abd610 100644 (file)
@@ -1,5 +1,6 @@
 module Runner
-  def run(plugin, targets)
+
+  def run(cfg, plugin, targets)
     raise NotImplementedError
   end