Try to edit your config/environments/test.rb and set this line:
config.eager_load = false
to true in this way the whole app is loaded and simplecov reads it.
Try to edit your config/environments/test.rb and set this line:
config.eager_load = false
to true in this way the whole app is loaded and simplecov reads it.