Skip to content

Fix already initialized constant IDENTIFIER warning

Semyon Pupkov requested to merge artofhuman/gitlab-ce:fix-warnings into master

What does this MR do?

Fixed warning when bundle exec rspec

/app/spec/uploaders/personal_file_uploader_spec.rb:3: warning: already initialized constant IDENTIFIER
/app/spec/uploaders/namespace_file_uploader_spec.rb:3: warning: previous definition of IDENTIFIER was here
Edited by Semyon Pupkov

Merge request reports