Logs in test environment are cropped
Closed this issue · 3 comments
sadfuzzy commented
Requests (xhr, get) in TEST environment log are cropped also, but should not.
route commented
From README:
It is recommended that this gem only be used for development. To install, add this line to development group in your Gemfile:
gem 'quiet_assets', :group => :development
So QA should not be used in test env.
sadfuzzy commented
Thanks, you are completely right, but this does not solve the problem. Why are logs cropped this way?
route commented
They shouldn't be cropped. If QA is only in development group in your Gemfile then it mustn't be loaded in test environment at all. Could you please provide a portion of your logs? It can give me idea of what's going on.