]> 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 32f2b3ecf8bb0354408fb7fbe46596155e2baf3a..01fcc176e3cedd62935a9b81c5b3657437abd610 100644 (file)
@@ -1,6 +1,6 @@
 module Runner
 
-  def run(plugin, targets)
+  def run(cfg, plugin, targets)
     raise NotImplementedError
   end