summaryrefslogtreecommitdiff
path: root/spec/helpers
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-07 12:24:57 +0000
committerPhil Hughes <me@iamphill.com>2018-06-07 12:24:57 +0000
commit93c7976ae26370a6d65c3d5038323911592c20ce (patch)
tree60b04aea4e6ac91c40bcf3e772fbe5ddbcf75616 /spec/helpers
parent717a46dd0a865d33b00cc94ec7252e706c8cd4eb (diff)
downloadgitlab-ce-93c7976ae26370a6d65c3d5038323911592c20ce.tar.gz
Restore navigation theme order
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/preferences_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/preferences_helper_spec.rb b/spec/helpers/preferences_helper_spec.rb
index 9940656fb68..363ebc88afd 100644
--- a/spec/helpers/preferences_helper_spec.rb
+++ b/spec/helpers/preferences_helper_spec.rb
@@ -31,7 +31,7 @@ describe PreferencesHelper do
describe '#user_application_theme' do
context 'with a user' do
it "returns user's theme's css_class" do
- stub_user(theme_id: 10)
+ stub_user(theme_id: 3)
expect(helper.user_application_theme).to eq 'ui-light'
end