mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-14 20:48:25 +00:00
* Add forgot password feature * Make the requested changes Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
7 lines
146 B
Ruby
7 lines
146 B
Ruby
require "test_helper"
|
|
|
|
class ForgotPasswordControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|