From 7b567597eef25ca3af8af63a71bcc4dfefc2a694 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 6 Sep 2017 08:09:54 -0700 Subject: Fix specs; start on light theme --- spec/helpers/preferences_helper_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/helpers') diff --git a/spec/helpers/preferences_helper_spec.rb b/spec/helpers/preferences_helper_spec.rb index 50ac3886a36..d85773306ab 100644 --- a/spec/helpers/preferences_helper_spec.rb +++ b/spec/helpers/preferences_helper_spec.rb @@ -31,7 +31,7 @@ describe PreferencesHelper do it "returns user's theme's css_class" do stub_user(theme_id: 3) - expect(helper.user_application_theme).to eq 'ui_green' + expect(helper.user_application_theme).to eq 'ui_light' end it 'returns the default when id is invalid' do @@ -39,7 +39,7 @@ describe PreferencesHelper do allow(Gitlab.config.gitlab).to receive(:default_theme).and_return(2) - expect(helper.user_application_theme).to eq 'ui_charcoal' + expect(helper.user_application_theme).to eq 'ui_dark' end end -- cgit v1.2.3