2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

Fix the build

This commit is contained in:
Gerhard Schlager 2018-02-23 13:35:15 +01:00
parent ff12dee922
commit 23498e54aa

View file

@ -33,7 +33,7 @@ describe TopicsController do
get :show, params: { id: 666 }
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 }
expect(controller.theme_key).not_to eq(theme.key)