aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
...
* 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