0

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?

Rspec Output

Community
  • 1
  • 1
codingninja
  • 1,360
  • 2
  • 13
  • 24

1 Answers1

0

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

Rspec Output

codingninja
  • 1,360
  • 2
  • 13
  • 24