Remove --warnings
from .rspec
. The generator in rspec 3.0.0 included this setting, but we’ve realized it was a mistake — while it’s good to encourage users to write warning-free code, it’s confusing for users to get these warnings without being sure why.
For more info:
https://github.com/rspec/rspec-core/issues/1571