aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
Commit message (Collapse)AuthorAgeLines
* Switch to just loading fixtures in tests as binary stringsMark Longair2013-05-16-9/+3
| | | | | | | | | | 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.
* HTML validation was removed in 25ad21e0c93c7e79a5324067401f6c2b0340b9d6Henare Degan2013-03-14-65/+0
|
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
|
* Fix rendering of atom feed and set correct content typeMatthew Landauer2013-01-31-1/+1
|
* Correctly recognise a fragment for html validationMatthew Landauer2013-01-28-1/+1
|
* Fix indentation onlyHenare Degan2013-01-27-6/+6
|
* This API seems to have changed so just check if there's a bodyHenare Degan2013-01-27-1/+1
|
* Add some more xapian methods for models/xapian_spec.rbHenare Degan2013-01-18-0/+21
|
* Add more spec helper methods and update acts_as_xapian to make info_request ↵Henare Degan2012-12-12-0/+25
| | | | model specs pass
* Allow the IncomingMessage model specs to runHenare Degan2012-12-12-7/+19
|
* Allow the FoiAttachment specs to runHenare Degan2012-12-12-0/+7
|
* safe_mock_model doesn't seem to be needed, also tested in Ruby 1.9Henare Degan2012-12-12-0/+14
|
* Reintroduce the scary, I-can't-believe-I'm-copy-and-pasting-this HTML ↵Henare Degan2012-12-11-0/+65
validation code back in via it's own file