public
Description: RSpec extension library for Ruby on Rails
Homepage:
Clone URL: git://github.com/dchelimsky/rspec-rails.git
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