aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/info_request_spec.rb
Commit message (Expand)AuthorAgeLines
* Allow InfoRequest.find_old_unclassified to accept an offset param so it can b...Louise Crow2012-09-13-0/+8
* Add some more efficient methods for getting old unclassified request counts, ...Louise Crow2012-09-11-11/+40
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-19/+81
|\
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-23/+60
| * Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-0/+8
| * Add concept of global censor rules as orthogonal to regex censor rules. Apply...Louise Crow2012-08-14-117/+135
* | Fix testsRobin Houston2012-08-20-3/+3
* | Merge branch 'wdtk' into developLouise Crow2012-08-16-98/+127
|\ \ | |/ |/|
| * Add method all_can_view? which can be used to determine whether it is ok to c...Louise Crow2012-08-16-99/+128
* | Misc fixes to get tests to pass - notably a MonkeyPatch to work around proble...Seb Bacon2012-07-13-0/+1
* | Support regular expressions in CensorRules; also support 'global' CensorRules...Seb Bacon2012-07-13-1/+20
|/
* Load all fixtures for all testsRobin Houston2012-01-31-7/+0
* Load all raw emails for testingRobin Houston2012-01-29-1/+1
* Further improvements to attachment cachingSeb Bacon2011-12-13-1/+1
* Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-2/+2
|\
| * add safe_mock_model to safely handle #to_ary calls in 1.9James McKinney2011-10-17-2/+2
* | allow specs to run independentlyJames McKinney2011-10-16-5/+5
|/
* fix fixtures order to avoid postgresql foreign key errorsJames McKinney2011-10-11-4/+4
* Fix up missing fixtures (causing failures dependent on order the tests were f...Seb Bacon2011-08-10-1/+1
* Guess holding pen emails based on having a correct hash and an incorrect id. ...Seb Bacon2011-08-08-0/+34
* added missing outgoing_messages fixture to testDavid Cabo2011-07-23-1/+1
* test with state other than "requires_admin" (as that state sends emails and b...Seb Bacon2011-07-13-1/+1
* Refactor custom states loading (use class methods where appropriate, simplify...Seb Bacon2011-07-12-1/+2
* ensure we don't load custom states from plugins when running testsSeb Bacon2011-07-12-1/+1
* Improve factoring out of custom states code (refactor a little, add tests)Seb Bacon2011-07-12-0/+36
* include necessary fixtures to get tests always to pass even when run on their...Seb Bacon2011-06-28-2/+2
* Make sure the :public_body_translation fixture is included everywhere the :pu...Robin Houston2011-06-09-3/+3
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* Extend long stop deadline to 60 working days for schools.Francis Irving2009-12-11-2/+54
* Add very overdue state with 40 working days.Francis Irving2009-12-10-2/+16
* Symmetrically, put a time in this testFrancis Irving2009-12-10-1/+1
* Make sure fixture has expected sent date.Francis Irving2009-12-10-0/+4
* Test case for search where a user name is substring of anotherFrancis Irving2009-12-07-2/+1
* how different flash if going back to game, vs staying on page of request. Lin...francis2009-10-03-8/+8
* Fix another case.francis2009-09-17-5/+5
* Some more URL name/title tests.francis2009-09-07-2/+2
* Don't allow numeric only URL names.francis2009-09-07-1/+17
* Various test fixes.francis2009-04-22-8/+2
* it's -> itstony2009-04-13-4/+4
* Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. in...louise2009-04-08-16/+26
* Moving logic for determining old and unclassified requests to the model in pr...louise2009-04-08-0/+64
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-1/+9
* Remove real_owning_user method - not requiredlouise2009-04-06-28/+1
* Added methods to InfoRequest for figuring out if a user is the real owner of ...louise2009-04-06-2/+53
* Adding is_owning_user? method to info request to replace logic in RequestCont...louise2009-04-06-0/+29
* Add method to info request for getting last event that needs a description - ...louise2009-04-03-80/+103
* Don't need to roll our own messages now we can easily time travel.tony2009-03-19-52/+16
* Fixtures have to be set in every class that needs them, as they could be run ...francis2009-03-18-1/+2
* Can change time much more easily with RSpec's stubbingtony2009-03-17-10/+2
* Better days_overdue tests by overriding Time.nowtony2009-03-17-2/+20