aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/request_mailer_spec.rb
Commit message (Expand)AuthorAgeLines
* Use mail handler in request mailer spec.Louise Crow2012-11-15-1/+1
* Fix failing test added in ad141d7Henare Degan2012-10-04-1/+1
* Refactor testsHenare Degan2012-10-04-18/+16
* Add failing test for when ADMIN_BASE_URL is setHenare Degan2012-10-04-0/+17
* Requires admin attention emails should include a full URL to the admin page o...Henare Degan2012-10-03-0/+15
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' in...Louise Crow2012-10-01-4/+4
|\
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-4/+4
* | Test for the presence of the explanatory text as well when checking the respo...Louise Crow2012-09-25-1/+4
|/
* Ignore spacing differences when checking generated SQL, use caps for SQL rese...Louise Crow2012-09-11-9/+24
* Fix another testRobin Houston2012-08-20-1/+1
* Load all fixtures for all testsRobin Houston2012-01-31-1/+0
* Load all raw emails for testingRobin Houston2012-01-29-1/+1
* A couple more test isolation failuresRobin Houston2012-01-24-0/+1
* allow specs to run independentlyJames McKinney2011-10-16-1/+1
* Log the reason why an incoming mail is routed to the holding pen, and display...Seb Bacon2011-08-03-0/+44
* To make tests pass with RawEmails on the filesystem, instead of hacky depende...Seb Bacon2011-07-29-0/+3
* Make sure the :public_body_translation fixture is included everywhere the :pu...Robin Houston2011-06-09-1/+1
* Mock a few more things now foreign key constraints are being enforced in the ...Louise Crow2011-02-23-49/+54
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* Change 'rejected' to 'refused', as used in the lawFrancis Irving2010-06-16-2/+2
* Only change email address when they confirm the email, so there is noFrancis Irving2010-03-10-1/+1
* So fixtures and deliveries are right when run in alphabetical order.Francis Irving2009-10-29-1/+0
* Remove debugging.francis2009-10-04-1/+1
* Move the actual messages sent to authorities into a separate mailer model cla...francis2009-10-04-66/+0
* Change formatting of outgoing emails.francis2009-10-04-1/+2
* Clear deliveries before running test to make sure test is self-containedlouise2009-07-09-0/+1
* Fix bug with bouncing messages.francis2009-06-15-0/+7
* Whoops, didn't work with name part in from address.francis2009-06-15-1/+1
* Fancier options for stopping new responses to requests.francis2009-06-15-2/+79
* Provide more explanation to users when someone else updates theirtony2009-05-14-3/+8
* Added method for sending email to requester when someone has updated an old u...louise2009-04-14-4/+25
* Reminders sent to users to update the status of their request now use InfoReq...louise2009-04-08-2/+2
* Adding specs for current behaviour of RequestMailer when sending out reminder...louise2009-04-08-1/+79
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-2/+2
* Tests for use of different addresses in replies.francis2009-04-08-16/+51
* Start to add test for the mail reply address functions.francis2009-04-07-1/+31
* Make link on first response arrived email not be login one, as people forward...francis2008-11-10-0/+1
* Fix up test code, and some bugs relating to splitting out raw_email data.francis2008-09-22-1/+1
* Store incoming messages which aren't to a valid request in a holding pen, andfrancis2008-07-08-1/+8
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-1/+22
* Store incoming and outgoing message id in the table for info request events, ...francis2008-04-15-0/+1
* More tests stufffrancis2008-04-14-1/+0
* Stop the wrapping code breaking up long URLsfrancis2008-04-14-0/+12
* Get incoming email test working.francis2007-12-13-1/+1
* Word wrap emails.francis2007-12-12-1/+2
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-3/+3
* If there is no FOI request for incoming email to go to, then (for now) insteadfrancis2007-11-13-1/+10
* Test incoming request response emails.francis2007-11-13-1/+13
* Stub specs.francis2007-10-31-0/+8