I\'m looking for a way to suppress Ruby warnings when I run my specs.
spec spec/models/account_spec.rb
I receive warnings such as:
If you have this in your .rspec file, remove
.rspec
--warnings
from your .rspec file in your project root.