aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* 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
* | Move TMail extensions to mail handler.Louise Crow2012-11-15-45/+31
* | Don't load raw emails data in specs that don't use it.Louise Crow2012-11-15-18/+0
* | Factor out method for getting a mail object from a fixture file.Louise Crow2012-11-15-14/+11
* | Use mailhandler method in incoming message specs.Louise Crow2012-11-15-10/+5
* | Move TMail monkey patch to MailHandler Tmail backend.Louise Crow2012-11-15-0/+16
|/
* Merge branch 'release/0.6.8' into developLouise Crow2012-11-12-11/+11
|\
| * Stub configuration in order to setup test cases. Previous direct setting of c...Louise Crow2012-11-12-11/+11
* | Make error message expectation slightly less specific - message format is sli...Louise Crow2012-11-08-2/+4
* | Pass a hash of params to foi_fragment_cache_path in spec, as is passed in act...Louise Crow2012-11-08-1/+8
|/
* if the response code doesn't match, the failure message is unhelpfulJames McKinney2012-11-01-2/+7
* use safe_mock_modelJames McKinney2012-11-01-6/+6
* Add some specs for admin_current_userLouise Crow2012-10-30-0/+27
* Pull out a bit of shared setup code.Louise Crow2012-10-30-13/+11
* Don't load raw emails before the frontpage specs - they don't rely on the raw...Louise Crow2012-10-29-1/+0
* Make spec a bit more generic in terms of what we're expecting. Really what we...Louise Crow2012-10-29-12/+28