summaryrefslogtreecommitdiff
path: root/spec/controllers/profiles/preferences_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-03 18:08:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-03 18:08:28 +0000
commit8b0ef132360c3657f05376a4725e7b03c151b46e (patch)
tree46488659b9883df9893f419542c9f9df2f6a3f25 /spec/controllers/profiles/preferences_controller_spec.rb
parent3dcdea950204629bfcdcc9c0db250adab3b5c1ff (diff)
downloadgitlab-ce-8b0ef132360c3657f05376a4725e7b03c151b46e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/profiles/preferences_controller_spec.rb')
-rw-r--r--spec/controllers/profiles/preferences_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/profiles/preferences_controller_spec.rb b/spec/controllers/profiles/preferences_controller_spec.rb
index 98a9c3eaec6..4a68475c37f 100644
--- a/spec/controllers/profiles/preferences_controller_spec.rb
+++ b/spec/controllers/profiles/preferences_controller_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe Profiles::PreferencesController do
+RSpec.describe Profiles::PreferencesController do
let(:user) { create(:user) }
before do