FIX: Fix test suite after fabricated category defaults changed

Categories no longer create definition topics by default
This commit is contained in:
Daniel Waterworth 2019-08-06 11:39:09 +01:00
parent 486f343b09
commit a58984bfca

View File

@ -13,7 +13,7 @@ RSpec.describe "Managing Posts solved status" do
describe 'auto bump' do describe 'auto bump' do
it 'does not automatically bump solved topics' do it 'does not automatically bump solved topics' do
category = Fabricate(:category) category = Fabricate(:category_with_definition)
post = create_post(category: category) post = create_post(category: category)
post2 = create_post(category: category) post2 = create_post(category: category)