I got this Ruby on Rails application with incomplete testing, (many controllers or views do not have unit test at all).
Should I go back to write all unit test for each of controller or view, then do integration test? Or I just forget about all of them, keep going ahead with my new functions with my new unit test? My concerns here are: I also need to upgrade Ruby and Rails, or re- factoring the program. How can I test to make sure the whole application will be running just fine after all the upgrading and re- factoring? Thanks, Li --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

