aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/incoming-request-two-same-name.email
Commit message (Collapse)AuthorAgeLines
* Make an attachment filename in test fixtures more difficultMark Longair2013-05-24-2/+2
| | | | | | | | | | | | | This commit changes 'hello.txt' to 'hello-world.txt' in the incoming-request-two-same-name.email fixture. The reasoning for this change is that if there are no special characters in the filename then filename and display_filename will be the same and the tests won't pick up any confusion between the two. The test requests to :get_attachment and :get_attachment_as_html should get the display_filename rather than filename.
* Move the non-fixture files in spec/fixtures to their own subdirectory,Robin Houston2011-06-10-0/+27
so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures.