Fix the build

This commit is contained in:
Gerhard Schlager 2018-02-23 13:35:15 +01:00
parent ff12dee922
commit 23498e54aa
1 changed files with 1 additions and 1 deletions

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)