GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

20 řádky
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