aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/tmail_extensions_spec.rb
Commit message (Collapse)AuthorAgeLines
* Move TMail extensions to mail handler.Louise Crow2012-11-15-45/+0
|
* Load all fixtures for all testsRobin Houston2012-01-31-1/+0
| | | | | | | | | The ad hoc specification of fixtures has been an ongoing source of bugs in the tests. The straw that broke the camel’s back is that 7c6eb09 requires the fixtures to be loaded in order (i.e. children before their parents), and it would have been a painful process to reorder all the dozens of different fixture lists, but the test system ought to be more reliable this way.
* Improve test isolationRobin Houston2012-01-12-0/+5
| | | | | I was seeing some test failures, apparently caused by inadequate test isolation. This change fixed them.
* add encoding magic comments and fix pathsJames McKinney2011-10-16-0/+1
|
* Extra tests to sanity check UTF conversion (see issue #128 for background)Seb Bacon2011-10-10-0/+9
|
* Move the non-fixture files in spec/fixtures to their own subdirectory,Robin Houston2011-06-10-2/+1
| | | | | so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures.
* Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵Louise Crow2011-03-28-0/+6
| | | | field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned.
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Correctly take delivery of mail in new testFrancis Irving2009-12-04-1/+7
|
* Rename spec files to libs, and to end _specFrancis Irving2009-12-03-0/+20