Archive for the testing Category

  • 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 [...]

  • Using Webrat’s save_and_open_page on Linux - March 17th, 2009

    Mmmm, this year has flown and I have done hardly any blogging, despite my intention to blog at least once a week. Oh, well. My excuse is working extra hard to cover a family holiday and the upcoming trip to Scottland on Rails.
    The best way to get going on something is to just do it [...]