Closed sgringwe closed 10 years ago
Nevermind about this. I think what is happening is all the unit test instantiations are being recorded (which run before the request specs) and then when the first request is made for the request specs, they all are included.
I am using oink after running a bunch of request specs to benchmark/profile various controllers actions. One result that I get back after running
is
This does not seem correct. Is it possible that oink is parsing wrong? I use the sessions#new url to log in at the beginning most of my specs.
Thanks for the awesome gem