diff options
Diffstat (limited to 'spec/rubyspec/TODO')
-rw-r--r-- | spec/rubyspec/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/rubyspec/TODO b/spec/rubyspec/TODO new file mode 100644 index 0000000000..f81f070d71 --- /dev/null +++ b/spec/rubyspec/TODO @@ -0,0 +1,8 @@ +* 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. |