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
Some of our controllers are missing tests (DownloadsController and ItemsController are probably the two biggest but there is a bunch of others here (profiles/robots/static pages/etc))
We should be testing these actions and verifying they are coming back with the proper responses (in DownloadsController case, are the proper disposition and content_type headers set properly?).
The text was updated successfully, but these errors were encountered:
It appears as though DownloadsController has had tests added already (although simplecov is still showing 0% coverage for downloads_controller.rb for some reason.) Would it be safe to assume that this issue can be closed?
Some of our controllers are missing tests (DownloadsController and ItemsController are probably the two biggest but there is a bunch of others here (profiles/robots/static pages/etc))
We should be testing these actions and verifying they are coming back with the proper responses (in DownloadsController case, are the proper disposition and content_type headers set properly?).
The text was updated successfully, but these errors were encountered: