0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Merge branch 'main' into tweak-readme

Dieser Commit ist enthalten in:
Nathan Kershaw 2024-01-03 10:05:20 +11:00 committet von GitHub
Commit 5ae661f41b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -5,7 +5,7 @@ describe Topic, type: :model do
Fabricate(:category, custom_fields: { create_topic_wizard: 'true' }) Fabricate(:category, custom_fields: { create_topic_wizard: 'true' })
end end
fab!(:category_without_wizard) { Fabricate(:category) } 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) } let(:valid_attrs) { Fabricate.attributes_for(:topic) }
context 'with a create_topic_wizard custom field in the category' do context 'with a create_topic_wizard custom field in the category' do