Month: October 2007

  • Quick and dirty continuous testing with Ruby on Rails

    I like the idea of continuous testing: seeing that you broke it, the moment you broke it and the same for fixing. There are some tools to do it, but since they are not packaged, yet, for my operating system of choice I went through the quick and dirty route: watch -n 5 rake test…