Rails 5, Rspec 3.10.0
It looks like RequestStore is not being cleared in-between rspec unit tests when used in something like a helper spec, or any non-controller unit tests.
Do we need to manually clear it for these, or should this be automatic in any Rails rspec test?