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:
The syntax for RUBYOPT is
RUBYOPT
RUBYOPT="-W0" rspec
Tested in ruby 2.1.x and 2.14.x