aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/request
Commit message (Collapse)AuthorAgeLines
* Updating spec for 550f143.Louise Crow2012-09-20-35/+36
|
* Beef up mocksRobin Houston2012-07-16-1/+10
| | | | | Add the user_name and is_external? properties to the InfoRequest mock objects used for view testing, where necessary.
* Beef up mocks with new methodRobin Houston2012-06-07-1/+2
|
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2012-01-20-0/+2
|\
| * Don't allow users to page beyond a certain number of results (because in ↵Seb Bacon2012-01-20-0/+2
| | | | | | | | large databases, the sorting of such large batches causes an extreme slowdown).
* | Be sure to restore RoutingFiltersRobin Houston2012-01-20-2/+12
|/ | | | | | There were some order-dependent test failures that turned out to be caused by the fact that the RoutingFilters were cleared and not subsequently restored, by some tests.
* add encoding magic comments and fix pathsJames McKinney2011-10-16-4/+4
|
* Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353Seb Bacon2011-09-15-26/+1
|
* work around TestRequest bug to get tests to passSeb Bacon2011-08-29-4/+2
|
* changes to get tests to pass with IZ fork and new routing-filter gemSeb Bacon2011-07-11-1/+3
|
* Make view tests work with interlock.Francis Irving2010-09-14-9/+11
|
* Reflect change to show photosFrancis Irving2010-07-18-2/+4
|
* Mock the new is_school? functionFrancis Irving2009-12-16-1/+2
|
* Fixing specs - stub render_partial not renderLouise Crow2009-12-06-11/+11
|
* hecks prominence too, to show message if hidden for super userfrancis2009-06-30-2/+3
|
* Text change to encourage people to update the status of old requestslouise2009-04-27-1/+1
|
* use the new is_incoming_message? etc methodstony2009-04-23-3/+3
|
* Making "update status" link and other text more consistent with the ability ↵louise2009-04-15-6/+53
| | | | of anyone to update the status of an old unclassified request
* Adding form for anyone logged in to update the status of a request that is ↵louise2009-04-14-8/+34
| | | | old and unclassified
* Moving view specs to more standard place, moving helper method inside spec ↵louise2009-04-14-0/+50
| | | | scope - will run more reliably when specs run in different orders
* Removed debug linelouise2009-04-07-1/+0
|
* Allow request owners or admins to update the status of a request at any time ↵louise2009-04-07-2/+219
| | | | from the main request page
* Adding specs for describe_state partial - think this can be reused for new ↵louise2009-04-03-0/+97
feature to let owner change request status at any time, and want to specify current behaviour before modifying.