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
|
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)
|
||||||
|
|
Loading…
Reference in New Issue