From 611d9f61fdc252b42c917334679354961889ce5c Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 9 Sep 2020 15:43:38 +0800 Subject: [PATCH] Fix the build. --- spec/helpers/application_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index ad3a7a3239c..d2ff47b8d4b 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -451,7 +451,7 @@ describe ApplicationHelper do describe "dark_color_scheme?" do it 'returns nil for the base color scheme' do - expect(helper.dark_color_scheme?).to eq(nil) + expect(helper.dark_color_scheme?).to eq(false) end it 'works correctly for a dark scheme' do