I have a rather old ruby 1.8.7 + Rails 2.3.8 project which I still need to support. In the project there is a lot of unit test which I use.
And, I would like to have a code coverage report as I had for many years ago using SimpleCov.
But I cannot find the gem files any more. Every gem I can find is only for Ruby 1.9+....
Can you help me?