From 9177307a1ecdb0ca9b57e66733ce922924293495 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 3 Jan 2013 19:15:44 +0100 Subject: [PATCH] Update TODO notes --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 29df5479..611f20f5 100644 --- a/TODO +++ b/TODO @@ -31,6 +31,10 @@ Killers: * Add a general master <=> killer IPC interface. So different strategies of isolation (fork, vs jruby runtime creation) will work without big impact. +Strategy: + * Provide "expicit files to kill with" strategy + * Automatically load ./spec/spec_helper.rb for rspec strategies (No need to specify -I and -r anymore) + Matcher: * Allow matches on attr_reader with literal name argument(s)? * Allow matches on define_method with literal name argument?