This project is archived and is in readonly mode.

extract ActionView::TestCase::Behavior so that other test frameworks can use it without having to subclass ActionView::TestCase
Reported by David Chelimsky | May 24th, 2010 @ 07:00 AM
Same deal as 4474, but with ActionView::TestCase
First cut: http://github.com/dchelimsky/rails/commit/3d128a17240dcd87785f8141f...
Comments and changes to this ticket
- 
            
         David Chelimsky May 24th, 2010 @ 07:00 AM- Assigned user changed from Yehuda Katz (wycats) to José Valim
 
- 
         Repository May 24th, 2010 @ 09:59 PM- State changed from new to resolved
 (from [8e583b69e8b3017e85440c97b325ca7ae0c32dfb]) Move AV::TC to AV::TC::Behavior [#4678 state:resolved] - enables alternative testing frameworks to include AV::TC::Behavior instead of subclassing AV::TC
- also added tests and code for:
- test view delegates :notice to request.flash
- useful since generators generate views that use notice
 
- test case doesn't try to include modules that are actually classes
 
- test view delegates :notice to request.flash
 Signed-off-by: José Valim jose.valim@gmail.com 
 http://github.com/rails/rails/commit/8e583b69e8b3017e85440c97b325ca...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Referenced by
- 
         4678 
          extract ActionView::TestCase::Behavior so that other test frameworks can use it without having to subclass ActionView::TestCase
        (from [8e583b69e8b3017e85440c97b325ca7ae0c32dfb])
Move AV... 4678 
          extract ActionView::TestCase::Behavior so that other test frameworks can use it without having to subclass ActionView::TestCase
        (from [8e583b69e8b3017e85440c97b325ca7ae0c32dfb])
Move AV...
 David Chelimsky
      David Chelimsky
 José Valim
      José Valim
 Santiago Pastorino
      Santiago Pastorino
 Yehuda Katz (wycats)
      Yehuda Katz (wycats)