Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch to just loading fixtures in tests as binary strings | Mark Longair | 2013-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 25ad21e0c93c7e79a5324067401f6c2b0340b9d6 | Henare Degan | 2013-03-14 | -65/+0 |
| | ||||
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | Fix rendering of atom feed and set correct content type | Matthew Landauer | 2013-01-31 | -1/+1 |
| | ||||
* | Correctly recognise a fragment for html validation | Matthew Landauer | 2013-01-28 | -1/+1 |
| | ||||
* | Fix indentation only | Henare Degan | 2013-01-27 | -6/+6 |
| | ||||
* | This API seems to have changed so just check if there's a body | Henare Degan | 2013-01-27 | -1/+1 |
| | ||||
* | Add some more xapian methods for models/xapian_spec.rb | Henare Degan | 2013-01-18 | -0/+21 |
| | ||||
* | Add more spec helper methods and update acts_as_xapian to make info_request ↵ | Henare Degan | 2012-12-12 | -0/+25 |
| | | | | model specs pass | |||
* | Allow the IncomingMessage model specs to run | Henare Degan | 2012-12-12 | -7/+19 |
| | ||||
* | Allow the FoiAttachment specs to run | Henare Degan | 2012-12-12 | -0/+7 |
| | ||||
* | safe_mock_model doesn't seem to be needed, also tested in Ruby 1.9 | Henare Degan | 2012-12-12 | -0/+14 |
| | ||||
* | Reintroduce the scary, I-can't-believe-I'm-copy-and-pasting-this HTML ↵ | Henare Degan | 2012-12-11 | -0/+65 |
validation code back in via it's own file |