I want to remove the milliseconds and the begin transaction
and rollback transaction
from the output
Also want to remove the database queries.
All I want is the test itself.
Is there a way to get it done?
I want to remove the milliseconds and the begin transaction
and rollback transaction
from the output
Also want to remove the database queries.
All I want is the test itself.
Is there a way to get it done?
After hours of looking for an answer it looks like the problem was with my Gemfile
I have the rails_12factor
gem for Heroku and once I took it out, my tests went back to looking cleaner.
Now I just have it in my :production
group