summaryrefslogtreecommitdiff
path: root/spec/rubyspec/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/TODO')
-rw-r--r--spec/rubyspec/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/rubyspec/TODO b/spec/rubyspec/TODO
deleted file mode 100644
index f81f070d71..0000000000
--- a/spec/rubyspec/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-* Decide a way to test methods that are only visible given a specific
- command-line option. For example, Kernel#gsub with -n/-p on 1.9.
-* Look at automating discovery of guarded bugs which have been fixed.
-* Use mocks for all Math functions that coerce with #to_f; currently a fixture
- is used.
-* investigate slow specs (run with -fp) and make them faster.
-* restore some caller specs from 642bf529
-* restore refinements specs and update. See 56c5528f and f20a62e8.