This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Description
When I run rcov, it also analyses the files in the spec folder for coverage which is giving me wrong coverage statistics. I have tried setting the options to exclude specific folders through rcov.opts, but it doesn't seem to work for a Rails 3 setup (RSpec 2). For my previous project on Rails 2.3.8 (RSpec 1.3) it used to work fine and the spec folders were excluded while doing coverage calculations.