Posts Tagged testing

  • Rails plugin that provides rake tasks for identifying missing specs - June 18th, 2009

    I have a bad habbit of generating my views while specing the controller and then never generating a view spec.
    I wrote a rake task to tell me which views have no specs, kind of like a rcov for views.
    I then realised that it could be useful to find all files with missing specs so now [...]