This test case fails: RR.reset doesn't fully do so, so some specs in our app that pass in isolation fail when run after/before certain other specs. Thanks.
This behavior caused a really problematic leak-over between tests when one of my developers did stub(Rails.app.config).some_setting { true } and it didn't reset correctly.
This test case fails: RR.reset doesn't fully do so, so some specs in our app that pass in isolation fail when run after/before certain other specs. Thanks.