dchelimsky / rspec

Behaviour Driven Development framework for Ruby

This URL has Read+Write access

dchelimsky (author)
Mon Apr 13 13:22:27 -0700 2009
commit  6042775ae2f1a299d3da8a6ef8fe7ee357833b7d
tree    b80651a09d914a306e462e873bc9d79412cf1486
parent  c311d5368a1bdf382e90d1756489a2dc3051f611
rspec / TODO.txt
100644 18 lines (12 sloc) 0.586 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
== 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