aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/email_helpers.rb
Commit message (Collapse)AuthorAgeLines
* Switch to just loading fixtures in tests as binary stringsMark Longair2013-05-16-1/+1
| | | | | | | | | | The data loaded with load_file_fixture is generally used in the tests as if it were binary data received from the MTA, so just load it as binary data - in Ruby 1.9 this means that it will end up with the encoding ASCII-8BIT. The same is the case when reading data from a fixture file in receive_incoming_mail.
* Add more spec helper methods and update acts_as_xapian to make info_request ↵Henare Degan2012-12-12-0/+23
model specs pass