orbit4-5/test/controllers/password_controller_test.rb

10 lines
185 B
Ruby
Raw Normal View History

2014-05-09 06:03:55 +00:00
require 'test_helper'
class PasswordControllerTest < ActionController::TestCase
test "should get forgot_password" do
get :forgot_password
assert_response :success
end
end