ToolJet/test/controllers/forgot_password_controller_test.rb
Apoorv Tiwari 1f43ffec0a
Feature: Added forgot password (#264)
* Add forgot password feature

* Make the requested changes

Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-06-17 12:29:23 +05:30

7 lines
146 B
Ruby

require "test_helper"
class ForgotPasswordControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end