GeoRSS aggregator and Layar augmented reality server
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

20 行
333 B

  1. require 'test_helper'
  2. class PasswordResetsControllerTest < ActionController::TestCase
  3. test "should get create" do
  4. get :create
  5. assert_response :success
  6. end
  7. test "should get edit" do
  8. get :edit
  9. assert_response :success
  10. end
  11. test "should get update" do
  12. get :update
  13. assert_response :success
  14. end
  15. end