Fix the build.

This commit is contained in:
Guo Xiang Tan 2020-09-09 15:43:38 +08:00
parent 4994b0ed34
commit 611d9f61fd
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -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