Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add source file encoding for all ruby files. | Louise Crow | 2015-05-15 | -0/+1 |
| | | | | | | This is important under ruby 1.9 in order to determine the encoding that will be used for new strings created in the code in the file. | |||
* | Switch to just loading fixtures in tests as binary strings | Mark Longair | 2013-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 Degan | 2012-12-12 | -0/+23 |
model specs pass |