require 'test_helper' class PasswordControllerTest < ActionController::TestCase test "should get forgot_password" do get :forgot_password assert_response :success end end