aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/user_spec.rb
Commit message (Expand)AuthorAgeLines
* Update the helpful model schema annotationsMark Longair2013-11-01-2/+0
* Re-annotate models with database fieldsLouise Crow2013-09-16-0/+26
* Merge branch 'release/0.11'0.11.0.3Louise Crow2013-06-04-4/+4
|\
| * safe_mock_model doesn't seem to be needed, also tested in Ruby 1.9Henare Degan2012-12-12-4/+4
* | Use class instead of type - type is removed in Ruby 1.90.9.0.6hotfix/0.9.0.6Louise Crow2013-05-28-1/+1
* | Return a string from user.name always to avoid any complications with other f...hotfix/0.9.0.5Louise Crow2013-05-28-3/+14
|/
* Restore removed testing config param, remove spec for unset param - I think n...Louise Crow2012-10-25-9/+0
* Given that MAX_REQUESTS_PER_USER_PER_DAY is documented as an optional variabl...Louise Crow2012-10-25-49/+58
* Update testRobin Houston2012-01-31-1/+1
* Load all fixtures for all testsRobin Houston2012-01-31-3/+0
* Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-4/+4
|\
| * add safe_mock_model to safely handle #to_ary calls in 1.9James McKinney2011-10-17-4/+4
* | allow specs to run independentlyJames McKinney2011-10-16-3/+3
|/
* Fix User.should_be_emailed?Robin Houston2011-09-08-0/+12
* Fix “email bounced” recordingRobin Houston2011-09-07-0/+11
* User's display name should indicate if they've been banned. Fixes #100.Seb Bacon2011-08-01-0/+18
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* Note that profile photo isn't finished.Francis Irving2009-12-07-2/+2
* Change censor rules to apply to strings in place, so using less memory on lar...francis2009-09-15-3/+3
* Some more URL name/title tests.francis2009-09-07-0/+16
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-0/+32
* Various test fixes.francis2009-04-22-6/+9
* Allowing xapian reindexing to be skipped if a no_xapian_reindex flag is set o...louise2009-04-14-3/+30
* Adding a flag to allow user model to be saved without reindexing associated m...louise2009-04-09-0/+42
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-0/+20
* Allow request owners or admins to update the status of a request at any time ...louise2009-04-07-6/+6
* Add a convenience method User.requires_admin_power? for determining whether a...louise2009-04-06-1/+21
* 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 existi...francis2008-03-15-0/+13
* 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