mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* Build out user deactivation and purging workflows * Add i18n translations for user deletion * Add tests for user deletion * Fix lint issue
8 lines
122 B
Ruby
8 lines
122 B
Ruby
require "test_helper"
|
|
|
|
class UserPurgeJobTest < ActiveJob::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|