I am writing a spec for my rails 3 application. I want to test that db transactions are really working. It would be really helpful to be able to see the sql queries being generated my app while being driven by the spec. Is there a way to see the queries just like in the rails console? I’m using Rails