This is specific to rspec-rails:
The generator originally created a helper which required everything in support/**/*.rb. This was changed in rspec/rspec-rails#1137 but I still find many projects which require all the files, either because it's an old project, or because the advice was ignored.