dchelimsky / rspec-dev

Resources for rspec developers/contributors

This URL has Read+Write access

dchelimsky (author)
Wed Jun 24 21:40:33 -0700 2009
commit  47c5e525a28057683fa869d650933806cfa352b3
tree    90daf0ddfe7ed15f3f19214efef20046b503d019
parent  e9c6b4ae555ddda67f4ba70acea21aed0a2d1158
rspec-dev / example_rails_app / TODO
100644 7 lines (4 sloc) 0.225 kb
1
2
3
4
5
6
7
integration spec'ing (derived from ActionController::IntegrationTest)
 
== with_text
    this is mostly useful for nested expectations on have_tag
    
== response.should return_code???? (Aslak: better: respond_with(501))