Commit 5727361a authored by Albert Salim's avatar Albert Salim

Merge branch 'say-load-spec_helper-first' into 'master'

Say load spec_helper first which is easier

See merge request gitlab-org/gitlab!85367
parents c6908d86 4a57d52d
......@@ -3,7 +3,7 @@
if $".include?(File.expand_path('fast_spec_helper.rb', __dir__))
warn 'Detected fast_spec_helper is loaded first than spec_helper.'
warn 'If running test files using both spec_helper and fast_spec_helper,'
warn 'make sure test file with spec_helper is loaded first.'
warn 'make sure spec_helper is loaded first, or run rspec with `-r spec_helper`.'
abort 'Aborting...'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment