Skip to content

Remove dependency on ActiveSupport::Concern #1284

Open
@cupakromer

Description

@cupakromer

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions