dchelimsky / rspec-rails

RSpec extension library for Ruby on Rails

This URL has Read+Write access

dchelimsky (author)
Mon Jun 22 19:09:20 -0700 2009
commit  38f7ad9c561e6bcc9a30d596dee345a82189f7bb
tree    8707839580dbca5bc334c3af97b690944ef88c78
parent  1fd0c3328343c3278f54b5ed850a361e29c99cf2
rspec-rails / TODO.txt
100644 19 lines (18 sloc) 0.451 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* delegate params_from to assert_recognizes
* wiki
  * need a matrix of which rspec-rails versions support which rails versions
* CI
  * need a robust CI setup that runs
    * Multiple rubies
      * MRI: 1.8.6
      * MRI: 1.8.9
      * MRI: 1.9.1
      * JRuby
      * IronRuby??? (perhaps using mono)
    * Multiple rails-es
      * 2.0.5
      * 2.1.2
      * 2.2.2
      * 2.3.2
      * 3.0 (once available)
    * With and without ActiveRecord