diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-18 03:07:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-18 03:07:23 +0000 |
commit | 962afb3da11a72c7fca322378886b2c0be9f3385 (patch) | |
tree | 541e08c4d329ab62cfbadde45b0f15d2171e004e /spec/controllers | |
parent | 8a560d56661f56804ddf6596f928e7d25db37443 (diff) | |
download | gitlab-ce-master.tar.gz |
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/profiles/preferences_controller_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/profiles/preferences_controller_spec.rb b/spec/controllers/profiles/preferences_controller_spec.rb index e2ade5e3de9..f5c97f63293 100644 --- a/spec/controllers/profiles/preferences_controller_spec.rb +++ b/spec/controllers/profiles/preferences_controller_spec.rb @@ -53,6 +53,7 @@ RSpec.describe Profiles::PreferencesController do first_day_of_week: '1', preferred_language: 'jp', tab_width: '5', + project_shortcut_buttons: 'true', render_whitespace_in_code: 'true' }.with_indifferent_access |