mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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
|
describe "dark_color_scheme?" do
|
||||||
it 'returns nil for the base 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
|
end
|
||||||
|
|
||||||
it 'works correctly for a dark scheme' do
|
it 'works correctly for a dark scheme' do
|
||||||
|
Loading…
Reference in New Issue
Block a user