dchelimsky / rspec-rails

RSpec extension library for Ruby on Rails

This URL has Read+Write access

dchelimsky (author)
Mon Jun 22 22:34:22 -0700 2009
commit  cab8757f988741951acfeacb3fb21fe4f2a840db
tree    13f17ed10ca9423c038f9615bae91bccc5b7e557
parent  ae6526a3a8093b92ebd680d0846c92e82ffd7a0d
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