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:
@@ -33,7 +33,7 @@ describe TopicsController do
|
|||||||
get :show, params: { id: 666 }
|
get :show, params: { id: 666 }
|
||||||
expect(controller.theme_key).to eq(theme.key)
|
expect(controller.theme_key).to eq(theme.key)
|
||||||
|
|
||||||
theme.update_columns(user_selectable: false)
|
theme.update_attribute(:user_selectable, false)
|
||||||
|
|
||||||
get :show, params: { id: 666 }
|
get :show, params: { id: 666 }
|
||||||
expect(controller.theme_key).not_to eq(theme.key)
|
expect(controller.theme_key).not_to eq(theme.key)
|
||||||
|
|||||||
Reference in New Issue
Block a user