I’m starting to see the following output when running request rspec specs:
cache: [GET /login] miss
cache: [GET /javascripts/jquery.min.js?1317513028] miss
Normaly I would get green dots for passing tests and red Fs with some info for error messages.
Is there a way to disable the cache miss messages from the output?
I think this has nothing to do with rspec and that rspec is just printing out what is in the rails log. I think this post by Brian Weaver on the Phusion Passenger discussion group might answer your question:
In your case, I guess you want to add it your your test environment file.