aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* Handle case where info request doesn't have a user_nameLouise Crow2013-01-07-0/+7
* Only serve up 'similar' pages up to the offset we use for list.Louise Crow2012-12-17-0/+8
* Add a spec to test that mailin does not produce any output. This is important...Louise Crow2012-12-17-0/+21
* Adding mocking of incoming message id.Louise Crow2012-12-17-0/+1
* Rewrite specs that were in spec/controller/application_controller as full-sta...Louise Crow2012-12-17-56/+71
* Merge branch 'hotfix/authenticate-and-expire-download-zips' into developLouise Crow2012-12-13-2/+28
|\
| * Check that a request is publicly visible before generating a download link.Louise Crow2012-12-13-1/+11
| * Only offer download links on publicly visible requestsLouise Crow2012-12-13-1/+17
* | Merge branch 'hotfix/no-html-conversion-for-hidden' into developLouise Crow2012-12-13-0/+15
|\|
| * Don't offer or allow viewing of an HTML version of a response attachment if t...Louise Crow2012-12-13-0/+15
* | Reformat for line length, add the expected response code.Louise Crow2012-12-13-2/+9
* | Don't offer or allow viewing of an HTML version of a request if it is hidden,...Louise Crow2012-12-13-0/+15
* | Wrap specs on the extraction of RFC-822 headers in code that sets the ENV tim...Louise Crow2012-12-11-50/+61
* | Merge remote-tracking branch 'henare_github/relax-gc-for-tests' into developLouise Crow2012-12-10-0/+14
|\ \
| * | Only trigger garbage collection every 4 seconds - speeds up the whole test su...Henare Degan2012-12-08-0/+14
* | | Add specs for attachment attributes.Louise Crow2012-12-06-0/+20
* | | Convert url in comment to spec.Louise Crow2012-12-06-0/+39
* | | Add a spec for some basic consistency in content types, url part numbers, fil...Louise Crow2012-12-06-0/+80
* | | Convert example URL to spec.Louise Crow2012-12-06-0/+460
* | | Stub the close method on the object we're passing to the zip file extraction ...Louise Crow2012-12-06-1/+3
* | | Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file...Louise Crow2012-12-06-5/+4
* | | Move methods for getting the text out of attachments to the mail handler module.Louise Crow2012-12-06-25/+24
* | | Adding methods for getting the content type of a mail part, and getting heade...Louise Crow2012-12-04-0/+54
* | | Fix syntax of example email. The number of expected attachments was based on ...Louise Crow2012-12-04-4/+3
* | | Add spec for handling an RFC822 attachment.Louise Crow2012-12-04-0/+165
* | | Add option to load_file_fixture to specify that the file contents should just...Louise Crow2012-12-04-4/+8
* | | Add spec for the adding of headers to plain text bodies in attachments.Louise Crow2012-12-04-0/+63
* | | Rewrite and move spec so that it tests the mail handler method.Louise Crow2012-12-04-5/+7
* | | Removing obsolete comment - doesn't apply to this spec.Louise Crow2012-12-04-3/+0
* | | Add specs for getting name, email and formatted address - make them pass with...Louise Crow2012-12-04-0/+50
* | | Add a method for setting the from address on a plain email fixture.Louise Crow2012-12-04-6/+8
* | | Rewrite spec to reflect delegation of low-level mail methods to mail handler,...Louise Crow2012-12-04-23/+14
* | | Add methods for finding out if there is an empty return path on a mail and ge...Louise Crow2012-12-04-0/+32
* | | Move method for getting the to, cc and envelope-to addresses of a mail to the...Louise Crow2012-12-04-12/+42
* | | Add specs for the mail handler getting the from name and from address from an...Louise Crow2012-12-03-0/+56
* | | Use get_part_body in spec.Louise Crow2012-12-03-1/+1
* | | The absence of an API key in an API request should be a permission denied err...Louise Crow2012-12-03-6/+19
* | | Make regex for space normalization more unambiguous - it's the spaces at the ...Louise Crow2012-11-29-55/+55
* | | Standardize slug generation for external users so that it uses the same under...Louise Crow2012-11-29-0/+16
* | | Give the implicit default locale in a URL without locale precedence over the ...Louise Crow2012-11-28-0/+50
|/ /
* | Merge remote-tracking branch 'henare_github/simple-date-time-zone' into developLouise Crow2012-11-22-0/+12
|\ \
| * | Fix regression by allowing Date objects tooHenare Degan2012-11-21-0/+4
| * | Make simple_date respect the time zoneHenare Degan2012-11-18-0/+8
* | | Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-67/+67
* | | Add function to clone a clean copy of the xapian index with fixtures loaded i...Louise Crow2012-11-21-18/+38
* | | Restore explanatory messages when asked to sign in for actions that don't req...Louise Crow2012-11-20-14/+21
* | | Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-6/+41
* | | Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-1/+1
* | | Use mail handler in request mailer spec.Louise Crow2012-11-15-1/+1
* | | Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-5/+5