aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/user_spec.rb
Commit message (Collapse)AuthorAgeLines
* Adding a flag to allow user model to be saved without reindexing associated ↵louise2009-04-09-0/+42
| | | | models
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-0/+20
| | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places
* Allow request owners or admins to update the status of a request at any time ↵louise2009-04-07-6/+6
| | | | from the main request page
* Add a convenience method User.requires_admin_power? for determining whether ↵louise2009-04-06-1/+21
| | | | a user has the power to edit "requires_admin" requests
* Add admin + banned tests to Usertony2009-03-22-0/+18
|
* Test for specific errors in Usertony2009-03-22-3/+3
|
* add test for not allowing a user to use an email address as their nametony2009-03-20-1/+8
|
* Add tests for broken case of saving info request or user when there is ↵francis2008-03-15-0/+13
| | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name.
* Update test code.francis2007-11-07-6/+7
|
* More tests on user modelfrancis2007-10-30-7/+28
|
* Some more tests on user classfrancis2007-10-30-9/+38
|
* Add a couple of basic tests for InfoRequestfrancis2007-10-30-1/+3
|
* Adding rspec config files, initial specslouise2007-10-16-0/+15