Skip to content

Use our optimized require over a bare require.

gitlab-qa-bot requested to merge use-optimized-require into master

Created by: myronmarston

Besides being faster (at least for environments with lots of directories on the load path), this avoids potentially loading the file twice, since rspec-mocks loads it in this fashion rather than with a bare require.

Fixes rspec/rspec-support#244.

Merge request reports