mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
Fix the build.
This commit is contained in:
parent
4994b0ed34
commit
611d9f61fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user