Fix the build
This commit is contained in:
parent
ff12dee922
commit
23498e54aa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue