mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-02-09 13:14:42 +00:00
FIX: Fix test suite after fabricated category defaults changed
Categories no longer create definition topics by default
This commit is contained in:
parent
486f343b09
commit
a58984bfca
@ -13,7 +13,7 @@ RSpec.describe "Managing Posts solved status" do
|
||||
|
||||
describe 'auto bump' do
|
||||
it 'does not automatically bump solved topics' do
|
||||
category = Fabricate(:category)
|
||||
category = Fabricate(:category_with_definition)
|
||||
|
||||
post = create_post(category: category)
|
||||
post2 = create_post(category: category)
|
||||
|
Loading…
x
Reference in New Issue
Block a user