Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +01:00
Merge branch 'main' into tweak-readme
Dieser Commit ist enthalten in:
Commit
5ae661f41b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -5,7 +5,7 @@ describe Topic, type: :model do
|
|||
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
|
||||
|
|
Laden …
In neuem Issue referenzieren