Open
Description
We want to move away from using ActiveSupport::Concern
. Where we use it there isn't a large benefit to warrant pulling the dependency. Pulling this out will help move toward providing better isolated testing and cherry-picking of rspec-rails.
We should move to either standard Ruby modules or using shared example groups. The first step is probably the standard Ruby modules. Once a decision on rspec/rspec-core#1749 has been made we can decide how best to utilize shared example groups.