Skip to content

Properly enable WebMock in Capybara tests

Stan Hu requested to merge sh-fix-webmock into master

WebMock wasn't properly activated in EE, causing real requests to go out. This change is to mirror the changes in gitlab-org/gitlab-ee!3988.

Merge request reports