I'm using rspec-rails v3.0.2
in a Rails 4.x project. When I run rake
, it prints the full command its executing (all the file paths) to STDOUT. How do I silence this?
The only other answer I'm seeing is this, and I'm not sure how to apply that to rspec-rails
. I played around briefly in the gem code, but was not able to figure out where to set verbose
to false.