You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have about a dozen or so models in my Ruby on Rails app and the user model is not getting any coverage. I know that code in the user.rb is running and I even have several explicit tests against the model itself. I'm not sure where to begin to troubleshoot this, any advice?
The text was updated successfully, but these errors were encountered:
It appears this one model might be loaded before simplecov runs. Are you sure simplecov is loaded as the very first thing? What test framework are you using?
I'm not sure which of my projects had this problem as it's been a while but the first one I tried seems to be working now. If it occurs again, I'll create a simple test case and post the details. I suppose this can be closed for now, thanks.
I have about a dozen or so models in my Ruby on Rails app and the user model is not getting any coverage. I know that code in the user.rb is running and I even have several explicit tests against the model itself. I'm not sure where to begin to troubleshoot this, any advice?
The text was updated successfully, but these errors were encountered: