Posts Tagged as ‘Rake’

July 14, 2006

Adding tests to rake

We’ve developed a few batch applications that live in the same directory structure as the Rails app they’re intimate with. So, the lib/foo/test/ contains some tests for the ‘foo’ batch app. lib/bar/test has the ones for ‘bar’ etc. It was kind of annoying to have seperate rake files though – or worse to need to [...]