Skip to content

Commit

Permalink
Merge branch 'main' into tweak-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-nz authored Jan 2, 2024
2 parents dbab8ca + 41e240d commit 5ae661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/extensions/topic_extension_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Fabricate(:category, custom_fields: { create_topic_wizard: 'true' })
end
fab!(:category_without_wizard) { Fabricate(:category) }
fab!(:user) { Fabricate(:user) }
fab!(:user) { Fabricate(:user, refresh_auto_groups: true) }
let(:valid_attrs) { Fabricate.attributes_for(:topic) }

context 'with a create_topic_wizard custom field in the category' do
Expand Down

0 comments on commit 5ae661f

Please sign in to comment.