GeoRSS aggregator and Layar augmented reality server
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

20 rader
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