If you have a rails app in a path such as ~/Projects/My Project/myapp it appears that the cover_me gem is not able to create the coverage folder, and thus can't create the coverage report. There is no error at any point during the bundle install process or rails g cover_me:install process that would allude to this problem except for a non-fatal error at the end of a rake spec run.
The files /Users/chrisbloom7/Projects/My and /Users/chrisbloom7/Projects/My Project/myapp/Project/myapp/coverage/index.html do not exist.
Notice the how the first path in the error is truncated while the second path is duplicated.
If you have a rails app in a path such as
~/Projects/My Project/myappit appears that the cover_me gem is not able to create the coverage folder, and thus can't create the coverage report. There is no error at any point during thebundle installprocess orrails g cover_me:installprocess that would allude to this problem except for a non-fatal error at the end of arake specrun.Notice the how the first path in the error is truncated while the second path is duplicated.