mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 03:43:38 +08:00
6e161d3e75
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. |
||
---|---|---|
.. | ||
new_post_manager_spec.rb | ||
poll_spec.rb | ||
polls_updater_spec.rb | ||
polls_validator_spec.rb | ||
pretty_text_spec.rb | ||
search_spec.rb |