aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Collapse)AuthorAgeLines
* Test that PublicBody.first_letter is correctly set on saveRobin Houston2011-06-15-1/+13
|
* Make sure the :public_body_translation fixture is included everywhere the ↵Robin Houston2011-06-09-13/+13
| | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it.
* some test fixageSeb Bacon2011-03-11-2/+1
|
* Running the callbacks more specific than calling save! here and avoids ↵Louise Crow2011-02-23-14/+14
| | | | having to handle foreign key references
* Mock a few more things now foreign key constraints are being enforced in the ↵Louise Crow2011-02-23-49/+54
| | | | test environment
* Mock out a few more things now foreign key constraints are being enforced in ↵Louise Crow2011-02-23-39/+50
| | | | the test environment.
* Use destroy rather than delete to remove the public body in this xapian ↵Louise Crow2011-02-23-2/+2
| | | | test. Now that we're using a sql schema format to populate the test database, it creates foreign keys and so on correctly, so a delete, which tries to delete the object without calling any callbacks, fails with a foreign key error as acts_as_versioned means there are still foreign keys to this record from its versions.
* Fix a bunch of broken links (thanks Alex)Francis Irving2010-10-27-1/+1
|
* Index tags on public bodies.Francis Irving2010-10-09-0/+24
|
* Index tags on info requests.Francis Irving2010-10-09-0/+19
|
* Fix URLFrancis Irving2010-10-04-1/+1
|
* Tests for find_by_tagFrancis Irving2010-09-29-0/+21
|
* Fix test of HasTagStringTagFrancis Irving2010-09-29-3/+4
|
* Factor out model of public body tags into generic tag string modelFrancis Irving2010-09-29-1/+1
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-23/+23
|
* It's Gorgonzola nowFrancis Irving2010-08-04-1/+1
|
* Oops, got test slightly wrong.Francis Irving2010-08-04-1/+1
|
* Do censoring of whole users if the rules are there.Francis Irving2010-08-04-1/+41
|
* Allow multiple keys the sameFrancis Irving2010-08-04-4/+12
|
* Remove charity number fieldFrancis Irving2010-07-27-0/+8
|
* Initial support for machine tagsFrancis Irving2010-07-26-0/+26
|
* Make test work even when not explicitly savingFrancis Irving2010-07-26-2/+3
|
* Another test.Francis Irving2010-07-26-0/+5
|
* Tests for normal tags.Francis Irving2010-07-26-1/+47
|
* Search index about me text, and tests to check that worksFrancis Irving2010-07-18-0/+21
|
* Fix tests to use mock user.Francis Irving2010-07-15-4/+5
|
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
|
* Get key dependency right. Test for draft pictures.Francis Irving2010-07-15-0/+10
|
* Remove mapping from photo to userFrancis Irving2010-07-14-2/+2
|
* Merge branch 'master' into francis-profile-photoFrancis Irving2010-07-13-51/+359
|\ | | | | | | | | | | | | Conflicts: app/views/user/show.rhtml commonlib spec/controllers/user_controller_spec.rb
| * Change 'rejected' to 'refused', as used in the lawFrancis Irving2010-06-16-2/+2
| |
| * Test deleting public body from XapianFrancis Irving2010-06-16-0/+14
| |
| * Test of body URL names longer than 64 characters, that they still indexFrancis Irving2010-06-16-0/+22
| |
| * Only use last 100 finds, not 200Francis Irving2010-06-10-1/+1
| |
| * Fix track mailer unit test to work with extra find.Francis Irving2010-06-09-4/+6
| |
| * Don't put rebuild in beforeFrancis Irving2010-06-08-4/+4
| |
| * Need this always..Francis Irving2010-06-08-1/+1
| |
| * Needs comments tooFrancis Irving2010-06-08-5/+5
| |
| * Needs raw_emails so it can get all the file types to index themFrancis Irving2010-06-08-5/+5
| |
| * It is now 100, not 200Francis Irving2010-06-08-1/+1
| |
| * Some more fixtures (which weren't needed if the tests are run in aFrancis Irving2010-05-19-3/+3
| | | | | | | | certain order, but are in other orders)
| * Merge commit 'peter/tnef'Francis Irving2010-03-20-0/+18
| |\
| | * Support for Outlook TNEF filesPeter Collingbourne2010-03-15-0/+18
| | |
| * | Do not binary mask the pdf if pdftk silently fails producing no outputPeter Collingbourne2010-03-15-0/+7
| |/
| * Only change email address when they confirm the email, so there is noFrancis Irving2010-03-10-1/+1
| | | | | | | | security leak that someone is registered with an email
| * Another missing fixture.Francis Irving2010-03-10-1/+1
| |
| * Add another missing fixtureFrancis Irving2010-03-10-1/+1
| |
| * Add missing fixtureFrancis Irving2010-03-10-1/+1
| | | | | | | | This bug only happened when the tests were run in a certain order.
| * Prefer HTML to other alternative typesFrancis Irving2010-03-09-1/+1
| |
| * Use better subject when replying to delivery error notificationsFrancis Irving2010-03-09-0/+11
| |