Commit b5a14e74 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-fix-spec-helper-ee-consistency' into 'master'

Make spec/spec_helper consistent with EE by including a :routing type

See merge request !12178
parents 4ac74fe6 9203a5ab
......@@ -56,6 +56,7 @@ RSpec.configure do |config|
config.include StubGitlabCalls
config.include StubGitlabData
config.include ApiHelpers, :api
config.include Rails.application.routes.url_helpers, type: :routing
config.include MigrationsHelpers, :migration
config.infer_spec_type_from_file_location!
......
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