aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/raw_emails
Commit message (Collapse)AuthorAgeLines
* Test duplicate requests are coalescedRobin Houston2012-01-29-0/+34
| | | | Test that duplicate requests are coalesced on the front page.
* More test data, and fix testsRobin Houston2012-01-29-0/+19
| | | | | | Add some more test data, and fix the tests to accommodate both this new test data and the fact that raw emails are now correctly loaded into the test environment.
* Load all raw emails for testingRobin Houston2012-01-29-0/+35
Previously there was just one raw email, and the test code relied on that fact. Generalise it to handle multiple raw emails. This change causes a number of tests to fail, because it exposes failures that should have happened when the second raw email was added but were masked by the fact that the text of this second raw email was never loaded. These failures will be fixed in the next commit.