mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
8 lines
146 B
Ruby
8 lines
146 B
Ruby
|
|
require "test_helper"
|
||
|
|
|
||
|
|
class ForgotPasswordControllerTest < ActionDispatch::IntegrationTest
|
||
|
|
# test "the truth" do
|
||
|
|
# assert true
|
||
|
|
# end
|
||
|
|
end
|