mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
FEATURE: themes and components split
* FEATURE: themes and components split * two seperate methods to switch theme type * use strict equality operator
This commit is contained in:
@@ -143,7 +143,7 @@ describe UserUpdater do
|
||||
expect(user.user_option.theme_ids).to eq([])
|
||||
|
||||
theme = Fabricate(:theme)
|
||||
child = Fabricate(:theme)
|
||||
child = Fabricate(:theme, component: true)
|
||||
theme.add_child_theme!(child)
|
||||
theme.set_default!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user