GeoRSS aggregator and Layar augmented reality server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

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