1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 06:39:39 +02:00
Maybe/test/jobs/user_purge_job_test.rb
Josh Brown 19ee773d9b
Add ability to delete Maybe account (#698)
* Build out user deactivation and purging workflows

* Add i18n translations for user deletion

* Add tests for user deletion

* Fix lint issue
2024-04-30 11:40:31 -04:00

7 lines
122 B
Ruby

require "test_helper"
class UserPurgeJobTest < ActiveJob::TestCase
# test "the truth" do
# assert true
# end
end