aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* Test stuff for password changing.francis2008-03-21-0/+58
|
* Improvements to test code for requests, users and admin.francis2008-03-20-7/+61
|
* Overdue request alerts.francis2008-03-19-0/+7
| | | | Some other tweaks to user tests.
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-1/+1
| | | | name.
* Fix up tests.francis2008-03-06-1/+1
|
* Some test code updates.francis2008-02-28-6/+9
|
* Use names in URLs of requests.francis2008-02-27-6/+6
|
* Store url_name in database for usersfrancis2008-02-27-6/+6
|
* Fix lots of test code errors.francis2008-02-21-1/+1
|
* Need this now, as info request listing inside user page requires getting due ↵francis2008-02-14-1/+1
| | | | date, which requires incoming messages.
* Make each incoming message have an info_request_event.francis2008-02-01-1/+1
|
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-10/+10
|
* Word wrap emails.francis2007-12-12-5/+5
| | | | Fix user id references in test code.
* Get user controller to 100% test coverage.francis2007-11-09-8/+27
|
* Add lots more tests.francis2007-11-08-4/+116
| | | | Fix an ACTUAL BUG a test found :)
* Redirect to simplified name URL if given complex onefrancis2007-11-08-0/+5
|
* Make "rake spec:check" not check views or helpers, as I don't thinkfrancis2007-11-01-0/+1
| | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README.
* Tests for some controllers.francis2007-10-31-0/+27