Make spec/spec_helper consistent with EE by including a :routing type
This commit is contained in:
parent
42aaae9916
commit
9203a5abb8
1 changed files with 1 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue