Rspec/Capybara loading in progress, circular require considered harmful Rspec/Capybara loading in progress, circular require considered harmful ruby ruby

Rspec/Capybara loading in progress, circular require considered harmful


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