Tag Archives: Rake
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 … Continue reading
Filed under rails, Ruby, Test Driven Development (TDD)