Web Development  >>  Ruby On Rails

Testing Controllers

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
Controllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it.

Tags: Ruby On Rails, Screencast, Controller, Testing,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails

  •  OR 
    Created : 2007-09-17   Duration : 11:17 (17.6 MB)


    (Requires : MPEG-4 Video Player)
    Download file is iPod compatable

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Testing Your Controllers
    The goal of functional testing is to test your controllers. When you get into the realm of testing controllers, we’re operating at a higher level than the model.