Hi there,
We have a bunch of similar specs that share helpers in a subdirectory of `spec/` and were wondering if we could just extend rspec-rails' type inference based on the spec file's location to give them all a specific "type" and include helpers based on that type. When we popped open the source code we found that the mapping of types to locations happens in a hash constant (`RSpec::Rails::DIRECTORY_MAPPINGS`) that is marked as private.
Would the maintainers be open to a PR that opened up a public API for registering new type/file location configurations? If so I'd be happy to open something!
Cheers,
Brent