added user maintenance functional test

This commit is contained in:
albert
2011-02-01 18:33:17 -05:00
parent 8eb3451fb4
commit 494abe30bb
7 changed files with 101 additions and 6 deletions

View File

@@ -75,9 +75,8 @@ Danbooru::Application.routes.draw do
match '/dtext/preview' => 'dtext#preview', :via => :post
match "/site_map" => "static#site_map", :as => "site_map"
match "/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
match "/user_maintenance/delete_account" => "user_maintenance#delete_account", :as => "delete_account_info"
match "/user_maintenance/login_reminder" => "user_maintenance#login_reminder", :as => "login_reminder_info"
match "/user_maintenance/reset_password" => "user_maintenance#reset_password", :as => "reset_password_info"
match "/user_maintenance/login_reminder" => "user_maintenance#login_reminder"
match "/user_maintenance/reset_password" => "user_maintenance#reset_password"
root :to => "posts#index"
end