mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-04 13:58:54 +00:00
7 lines
121 B
Ruby
7 lines
121 B
Ruby
require 'test_helper'
|
|
|
|
class AppUserTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|