Simple cov gem missing untested files in Rails
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.