add: trace users and get trace token

This commit is contained in:
2022-03-31 12:54:39 +08:00
parent 747646cd9d
commit 4bbb843edf
4 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe TraceUser, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end