Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-07 15:24:57 +0300
committerPhil Hughes <me@iamphill.com>2018-06-07 15:24:57 +0300
commit93c7976ae26370a6d65c3d5038323911592c20ce (patch)
tree60b04aea4e6ac91c40bcf3e772fbe5ddbcf75616 /spec/helpers
parent717a46dd0a865d33b00cc94ec7252e706c8cd4eb (diff)
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