I am quite new to ruby on rails. I can't figure it out on how to show time elapse on every tests. For now I am studying rspecs and cucumber. I ran all the test by running command rake. And when every test is executed, I want it to show a timer. I want to display the time elapsed on every specific test. Can we do it like just a global function that will listen to every test processes?
Please help me.