I\'m wondering how I can turn off all these warnings when running a simple test:
[1] guard(main)> 16:59:46 - INFO - Run all 16:59:46 - INFO - Running all
The rspec generator rails generate rspec:install now puts the --warnings option in the .rspec file by default. Remove that line, and the warnings will go away.
rails generate rspec:install
--warnings
.rspec