discourse/spec/jobs/regular
Daniel Waterworth 6e161d3e75
DEV: Allow fab! without block (#24314)
The most common thing that we do with fab! is:

    fab!(:thing) { Fabricate(:thing) }

This commit adds a shorthand for this which is just simply:

    fab!(:thing)

i.e. If you omit the block, then, by default, you'll get a `Fabricate`d object using the fabricator of the same name.
2023-11-09 16:47:59 -06:00
..
bulk_user_title_update_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
group_smtp_email_spec.rb DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
publish_group_membership_updates_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
stream_topic_summary_spec.rb FIX: TopicSummarization workaround for Postgres' discrete range types (#23105) 2023-08-15 14:16:06 -03:00
update_post_uploads_secure_status_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00