From a58984bfca90b52f801d6919365eb40200cb1087 Mon Sep 17 00:00:00 2001 From: Daniel Waterworth Date: Tue, 6 Aug 2019 11:39:09 +0100 Subject: [PATCH] FIX: Fix test suite after fabricated category defaults changed Categories no longer create definition topics by default --- spec/integration/solved_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/solved_spec.rb b/spec/integration/solved_spec.rb index 5d47aca..a3451eb 100644 --- a/spec/integration/solved_spec.rb +++ b/spec/integration/solved_spec.rb @@ -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)