Skip to content

Fix rake db:anonymize task and test all custom tasks (if feasable)

Michael Prilop requested to merge fix-anonymize-db-rake-task into main

The db:anonymize task was broken and is fixed here.

Also a test is introduced to test all custom rake tasks we defined/use. Currently a few are not tested as they would have to be slightly rewritten which we might do in the future.

Merge request reports