public
Fork of dchelimsky/rspec
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/ianwhite/rspec.git
dchelimsky (author)
Tue Dec 09 19:34:34 -0800 2008
commit  85f842c4208baf99bf401c94adfe011ecaf4947e
tree    8008f695a21d6f39f211d4b5ee20a19f42355bf0
parent  f85a53bb54b13e6461c8ffbded4933b90e40a86c
rspec / TODO.txt
100644 10 lines (9 sloc) 0.471 kb
1
2
3
4
5
6
7
8
9
10
== Future
 
* do SOMETHING with the website
* extract spec/story to rspec-stories (new gem)
* remove the ruby engine adapter unless Rubinius team plans to use it
* 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
* 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