aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* We're assuming feed urls without format suffixes should serve up atom/xml, so...0.11.0.4hotfix/0.11.0.4Louise Crow2013-06-05-0/+12
* Merge branch 'release/0.11'0.11.0.3Louise Crow2013-06-04-863/+1772
|\
| * Handle json requests for hidden info requests.Louise Crow2013-06-03-7/+32
| * For non-HTML requests, just return the response code for now.Louise Crow2013-06-03-0/+17
| * Parse the 'to' address as if on a real mail to trigger quoted string encoding.Louise Crow2013-06-03-0/+16
| * Fix for subject lines with invalid UTF-8 as the last characterMark Longair2013-06-03-0/+23
| * Make sure Atom feeds are served with content type application/atom+xmlMark Longair2013-05-29-0/+1
| * When extracting attachments for an incoming message and getting the body of t...Louise Crow2013-05-29-0/+43
| * Remove erroneous test nameLouise Crow2013-05-28-1/+1
| * Add a comment about the behaviour of the censor rulesMark Longair2013-05-24-0/+2
| * The file_name on getting an attachment should be the display filenameMark Longair2013-05-24-1/+1
| * Make an attachment filename in test fixtures more difficultMark Longair2013-05-24-26/+26
| * Check that display_filename matches URL part number or fallbackMark Longair2013-05-24-15/+35
| * Retain old handling of malformed addresses in To and Cc linesMark Longair2013-05-21-0/+17
| * Cope with emails with a missing final MIME boundaryMark Longair2013-05-17-8/+6
| * Avoid an FoiAttachment validation failure under Rails 3Mark Longair2013-05-16-0/+38
| * Add failing test for case where a mail part has a content-type header with no...Louise Crow2013-05-16-0/+44
| * Mark as "pending" two tests relating to odd MIME boundary casesMark Longair2013-05-16-14/+18
| * Add another mail parsing testMark Longair2013-05-16-0/+7
| * Add functions for converting from arbitrary text data to UTF-8Mark Longair2013-05-16-0/+157
| * Add a new example for unconvertible-to-UTF-8 text part dataMark Longair2013-05-16-2/+39
| * Switch to just loading fixtures in tests as binary stringsMark Longair2013-05-16-10/+4
| * Fix a syntax errorMark Longair2013-05-16-1/+1
| * Add a test for parsing a malformed emailMark Longair2013-05-16-0/+35
| * Add a test for a missing final MIME boundaryMark Longair2013-05-16-0/+30
| * Add a test to check that anything in the MIME epilogue is ignoredMark Longair2013-05-16-0/+121
| * Add tests for TNEF attachments that should be handledMark Longair2013-05-16-0/+254
| * Add call to load_raw_emails_data to fix dependency on raw emails exposed in h...Louise Crow2013-05-13-0/+1
| * Merge branch 'feature/restore-custom-error-pages' into rails-3-developLouise Crow2013-05-13-29/+102
| |\
| | * Add encoding line as we use utf-8 in the tests.Louise Crow2013-05-02-0/+1
| | * Add logging of any errors.Louise Crow2013-05-02-1/+6
| | * Clearer setting of status code, addition of notification.Louise Crow2013-05-02-3/+5
| | * Rewrite specs to more clearly represent expected behaviour - exceptions and 4...Louise Crow2013-05-02-29/+94
| * | All the tests in this group rely on having the xapian db - make it part of th...Louise Crow2013-05-02-1/+1
| |/
| * The test "should work" relies on the xapian index existing - make sure this i...Louise Crow2013-05-01-2/+4
| * Remove debian-specific require clause and use Gemfile to specify non-standard...Louise Crow2013-04-30-1/+49
| * Update reference to Configuration to reflect name change to AlaveteliConfigur...Louise Crow2013-04-30-1/+1
| * Remove spec.opts file - deprecated in favour of .rspec.Louise Crow2013-04-25-3/+0
| * Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-306/+272
| |\
| * \ Merge branch 'hotfix/0.8.0.1' into rails-3-developLouise Crow2013-04-02-7/+22
| |\ \
| * | | Unraveled another test environment cleanup bug with config.order = random:33691Matthew Landauer2013-03-26-0/+13
| * | | Fixup test issue found with config.order = 'random:5549'Matthew Landauer2013-03-26-0/+2
| * | | Update Configuration references to new name.Louise Crow2013-03-19-1/+1
| * | | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-0/+13
| |\ \ \
| * | | | Fix another order dependent test issueMatthew Landauer2013-03-19-0/+4
| * | | | Another order dependent test issue fixedMatthew Landauer2013-03-19-0/+2
| * | | | Merge branch 'develop' into rails-3-developMatthew Landauer2013-03-19-7/+7
| |\ \ \ \
| * | | | | Now randomise the test order by default to help uncover order dependent issuesMatthew Landauer2013-03-19-1/+1
| * | | | | Remove test of rails internals that is somehow interfering with other testsMatthew Landauer2013-03-19-4/+0
| * | | | | Deal with further side effects of stuff done outside of a transaction in testsMatthew Landauer2013-03-19-0/+2