aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Adding back tests of state setting.francis2008-01-30-26/+29
|
* Fix some errors in and found by test stuff.francis2008-01-30-27/+51
|
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-0/+6
|
* Include name as well as email in to address in followup messages.francis2008-01-21-2/+3
|
* Oopsfrancis2008-01-18-2/+2
|
* Test code for message followups.francis2008-01-14-1/+49
|
* Let original requester send followup messages.francis2008-01-10-3/+3
|
* Allow viewing of individual response even when not logged in, but require ↵francis2008-01-09-14/+1
| | | | log in for changing it.
* Change /classify URL to /request/ID/response/IDfrancis2008-01-09-7/+7
|
* Test code for classifying responses.francis2008-01-09-7/+49
|
* On second thoughts, use hidden field to mark submission of the form.francis2008-01-04-6/+9
|
* Merge request's create action into the new action, so if you copyfrancis2008-01-04-4/+4
| | | | the URL after posting the new request form it is still a working page.
* Prevent (probably accidental) double posting of the same request.francis2008-01-04-1/+8
|
* Rename outgoing message field from sent_at to last_sent_at, as it recordsfrancis2008-01-02-1/+1
| | | | the time the message was last sent, not every time it was sent.
* Integrate views for all controllers, so rhtml is checkedfrancis2007-12-23-5/+8
|
* Bug in refactored function.francis2007-12-20-0/+1
| | | | Integrate views so test would have caught bug.
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-10/+10
|
* Get incoming email test working.francis2007-12-13-1/+1
|
* Word wrap emails.francis2007-12-12-8/+9
| | | | Fix user id references in test code.
* Add outgoing messages fixture so tests work.francis2007-11-15-2/+22
|
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-9/+36
|
* A few more tests.francis2007-11-13-1/+10
|
* Change admin interface to use new will_paginate plugin rather than old Railsfrancis2007-11-13-4/+6
| | | | pagination system.
* Test display of incoming emails.francis2007-11-13-1/+14
|
* Test that you can use old short name for public bodies in URLs.francis2007-11-13-2/+18
|
* If there is no FOI request for incoming email to go to, then (for now) insteadfrancis2007-11-13-2/+11
| | | | forward a copy to the administrators.
* Test incoming request response emails.francis2007-11-13-1/+41
|
* Get user controller to 100% test coverage.francis2007-11-09-8/+27
|
* Add lots more tests.francis2007-11-08-6/+124
| | | | Fix an ACTUAL BUG a test found :)
* Redirect to simplified name URL if given complex onefrancis2007-11-08-0/+5
|
* Some test stubs to force them into code coverage.francis2007-11-08-0/+40
|
* Test for post redirectfrancis2007-11-08-0/+59
|
* Update test code.francis2007-11-07-6/+7
|
* Token for email confirmations.francis2007-11-02-1/+1
|
* Save post request properly into database with a model, as a record of where tofrancis2007-11-01-1/+7
| | | | | redirect back to after login. Token generation for these saved logins.
* Make "rake spec:check" not check views or helpers, as I don't thinkfrancis2007-11-01-0/+1
| | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README.
* Move signin/signup/signout actions from application controller to user ↵francis2007-10-31-0/+10
| | | | | | controller. (They were already only being routed to the user controller)
* Stub specs.francis2007-10-31-0/+62
|
* Tests for some controllers.francis2007-10-31-1/+58
|
* Some more tests.francis2007-10-31-7/+102
|
* Requests for a controller.francis2007-10-30-9/+35
|
* More tests on user modelfrancis2007-10-30-7/+28
|
* Some more tests on user classfrancis2007-10-30-10/+39
|
* Add a couple of basic tests for InfoRequestfrancis2007-10-30-13/+37
|
* New fixtures filelouise2007-10-30-0/+4
|
* File renamelouise2007-10-30-0/+0
|
* Adding some fixtureslouise2007-10-30-0/+10
|
* Placeholder fixture, may be wrong name/placefrancis2007-10-30-0/+13
|
* Adding rspec config files, initial specslouise2007-10-16-0/+53