mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Created a rake task for destroying multiple categories along with any subcategories and topics the belong to those categories. Also created a rake task for listing all of your categories. Refactored existing destroy rake tasks to use new logging method, that allows for puts output in the console but prevents it from showing in the specs.