aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/rspec/TODO.txt')
-rw-r--r--vendor/plugins/rspec/TODO.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/plugins/rspec/TODO.txt b/vendor/plugins/rspec/TODO.txt
deleted file mode 100644
index fc59a25bb..000000000
--- a/vendor/plugins/rspec/TODO.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-== Refactoring
-
-** global predictate matchers should be stored in run_options
-* eliminate dependency on global options and configuration
-** the only place they should exist is in the Runner, which should manage them
-
-== Future
-
-* do SOMETHING with the website
-* separate the underlying framework from the DSL
- * be able to do everything with classes and methods
-* tweak raise_error rdoc to show only one arg
-
-== rspec-2.0
-
-* rename top level namespace to Rspec and commands to 'rspec' and 'autorspec'
- * continue to support Spec 'spec' and 'autospec' as aliases for a reasonable time